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,10 +17,10 @@ function fffloor_gotHit() /* entry=54 class_id=0x0135 slot=0x06 */
if (Item.getFrame(arg_06) == 1) {
return;
}
class_0A0C_slot_20(pid, 8);
spawn class_0A11_slot_2D(retval, *(arg_06), n);
FREE.slot_20(pid, 8);
spawn NPC.slot_2D(retval, *(arg_06), n);
suspend;
spawn class_0A0C_slot_32(pid, 2, 0x00000000);
spawn FREE.waitNTimerTicks(pid, 2, 0x00000000);
suspend;
}
}