Pseudocode decompialtion improvements and docs
This commit is contained in:
parent
f869a181a3
commit
589bfc31ef
1898 changed files with 60634 additions and 6597 deletions
|
|
@ -17,7 +17,7 @@ function conv_el_gotHit() /* entry=140 class_id=0x0293 slot=0x06 */
|
|||
if (!Item.getQHi(arg_06)) {
|
||||
ydir = 3;
|
||||
}
|
||||
class_0A0C_slot_2C(v, ref);
|
||||
FREE.slot_2C(v, ref);
|
||||
if (!retval) {
|
||||
return;
|
||||
}
|
||||
|
|
@ -29,7 +29,7 @@ function conv_el_gotHit() /* entry=140 class_id=0x0293 slot=0x06 */
|
|||
b = 0;
|
||||
}
|
||||
if (!(a && b)) {
|
||||
spawn class_0A04_slot_20(pid, ydir, xdir, arg_06);
|
||||
spawn CONVEYOR.slot_20(pid, ydir, xdir, arg_06);
|
||||
suspend;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,17 +3,17 @@ function conv_el_equip() /* entry=140 class_id=0x0293 slot=0x0A */
|
|||
set_info(0x0211, *(arg_06));
|
||||
process_exclude();
|
||||
if (arg_0A == 0) {
|
||||
class_0A0C_slot_33(0x0205, *(arg_06));
|
||||
FREE.slot_33(0x0205, *(arg_06));
|
||||
return;
|
||||
}
|
||||
else if (arg_0A == 1) {
|
||||
class_0A0C_slot_33(0x0205, *(arg_06));
|
||||
spawn class_0A04_slot_20(-3, 0, arg_06);
|
||||
FREE.slot_33(0x0205, *(arg_06));
|
||||
spawn CONVEYOR.slot_20(-3, 0, arg_06);
|
||||
return;
|
||||
}
|
||||
else if (arg_0A == 2) {
|
||||
class_0A0C_slot_33(0x0205, *(arg_06));
|
||||
spawn class_0A04_slot_20(3, 0, arg_06);
|
||||
FREE.slot_33(0x0205, *(arg_06));
|
||||
spawn CONVEYOR.slot_20(3, 0, arg_06);
|
||||
return;
|
||||
}
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue