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

@ -8,7 +8,7 @@ function fallingc_gotHit() /* entry=18 class_id=0x005F slot=0x06 */
if (Item.getShape(local_02) == 95) {
}
else if ((Item.getFamily(local_02) == 6) && (Item.isNpc(local_02) != 0)) {
spawn class_0A0C_slot_2A(pid, 1, 0, local_02);
spawn ITEM.slot_2A(pid, 1, 0, local_02);
suspend;
}
/* loopnext */