Usecode pseudocode
This commit is contained in:
parent
f92d1504fa
commit
c12bb39437
1362 changed files with 71072 additions and 38056 deletions
|
|
@ -1,26 +1,18 @@
|
|||
function lift_use() /* entry=52 class_id=0x0133 slot=0x01 */
|
||||
{
|
||||
entry:
|
||||
set_info(0x0207, *(arg_06));
|
||||
process_exclude();
|
||||
if (Intrinsic007E(arg_06) != 10) goto block_0591;
|
||||
|
||||
block_0545:
|
||||
set_info(0x0207, *(arg_06));
|
||||
process_exclude();
|
||||
if (Item.getQuality(arg_06) == 10) {
|
||||
spawn class_0133_slot_20(pid, arg_06);
|
||||
suspend;
|
||||
/* global_address global_id=0x3C */
|
||||
suspend;
|
||||
goto block_05C2;
|
||||
|
||||
block_0591:
|
||||
if (Intrinsic007E(arg_06) != 20) goto block_05C2;
|
||||
|
||||
block_05A0:
|
||||
return;
|
||||
}
|
||||
else if (Item.getQuality(arg_06) == 20) {
|
||||
spawn class_0133_slot_20(pid, arg_06);
|
||||
suspend;
|
||||
goto block_05C2;
|
||||
|
||||
block_05C2:
|
||||
return;
|
||||
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue