Stuff
This commit is contained in:
parent
ee33f94b4b
commit
f92d1504fa
547 changed files with 37597 additions and 0 deletions
26
USECODE/EUSECODE_extracted/pseudocode/LIFT/slot_01_use.txt
Normal file
26
USECODE/EUSECODE_extracted/pseudocode/LIFT/slot_01_use.txt
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
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:
|
||||
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:
|
||||
spawn class_0133_slot_20(pid, arg_06);
|
||||
suspend;
|
||||
goto block_05C2;
|
||||
|
||||
block_05C2:
|
||||
return;
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue