Pseudocode decompialtion improvements and docs
This commit is contained in:
parent
f869a181a3
commit
589bfc31ef
1898 changed files with 60634 additions and 6597 deletions
|
|
@ -7,7 +7,7 @@ function slidens_gotHit() /* entry=141 class_id=0x028B slot=0x06 */
|
|||
if (!Item.getQHi(arg_06)) {
|
||||
local_01 = 3;
|
||||
}
|
||||
class_0A1D_slot_35(arg_0C, arg_0A);
|
||||
FREE.slot_35(arg_0C, arg_0A);
|
||||
if (!retval) {
|
||||
return;
|
||||
}
|
||||
|
|
@ -19,7 +19,7 @@ function slidens_gotHit() /* entry=141 class_id=0x028B slot=0x06 */
|
|||
local_06 = 0;
|
||||
}
|
||||
if (!(local_05 && local_06)) {
|
||||
spawn class_0A20_slot_20(pid, local_02, local_01, arg_06);
|
||||
spawn CONVEYOR.slot_20(pid, local_02, local_01, arg_06);
|
||||
suspend;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,17 +3,17 @@ function slidens_equip() /* entry=141 class_id=0x028B slot=0x0A */
|
|||
set_info(0x0211, *(arg_06));
|
||||
process_exclude();
|
||||
if (arg_0A == 0) {
|
||||
class_0A1D_slot_3C(0x0205, *(arg_06));
|
||||
FREE.slot_3C(0x0205, *(arg_06));
|
||||
return;
|
||||
}
|
||||
else if (arg_0A == 1) {
|
||||
class_0A1D_slot_3C(0x0205, *(arg_06));
|
||||
spawn class_0A20_slot_20(0, -3, arg_06);
|
||||
FREE.slot_3C(0x0205, *(arg_06));
|
||||
spawn CONVEYOR.slot_20(0, -3, arg_06);
|
||||
return;
|
||||
}
|
||||
else if (arg_0A == 2) {
|
||||
class_0A1D_slot_3C(0x0205, *(arg_06));
|
||||
spawn class_0A20_slot_20(0, 3, arg_06);
|
||||
FREE.slot_3C(0x0205, *(arg_06));
|
||||
spawn CONVEYOR.slot_20(0, 3, arg_06);
|
||||
return;
|
||||
}
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue