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 convflr_gotHit() /* entry=128 class_id=0x022C 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 convflr_gotHit() /* entry=128 class_id=0x022C 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;
}
}