Pseudocode decompialtion improvements and docs

This commit is contained in:
MaddoScientisto 2026-03-26 22:10:48 +01:00
commit 589bfc31ef
1898 changed files with 60634 additions and 6597 deletions

View file

@ -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;
}
}

View file

@ -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;