Pseudocode decompialtion improvements and docs
This commit is contained in:
parent
f869a181a3
commit
589bfc31ef
1898 changed files with 60634 additions and 6597 deletions
|
|
@ -4,20 +4,20 @@ function lazerew_equip() /* entry=83 class_id=0x019C slot=0x0A */
|
|||
process_exclude();
|
||||
if (Item.getFrame(arg_06) >= 4) {
|
||||
if (arg_0A == 1) {
|
||||
spawn class_019C_slot_20(arg_06);
|
||||
spawn LAZEREW.slot_20(arg_06);
|
||||
return;
|
||||
}
|
||||
else if (arg_0A <= 1) {
|
||||
spawn class_019C_slot_20(arg_06);
|
||||
spawn class_0A0C_slot_32(pid, 30, 0x00000000);
|
||||
spawn LAZEREW.slot_20(arg_06);
|
||||
spawn FREE.waitNTimerTicks(pid, 30, 0x00000000);
|
||||
suspend;
|
||||
class_0A1E_slot_24(0x1000, arg_06);
|
||||
class_0A0C_slot_33(0x0205, *(arg_06));
|
||||
ITEM.slot_24(0x1000, arg_06);
|
||||
FREE.slot_33(0x0205, *(arg_06));
|
||||
return;
|
||||
}
|
||||
else {
|
||||
class_0A1E_slot_24(0x1000, arg_06);
|
||||
class_0A0C_slot_33(0x0205, *(arg_06));
|
||||
ITEM.slot_24(0x1000, arg_06);
|
||||
FREE.slot_33(0x0205, *(arg_06));
|
||||
}
|
||||
}
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue