Pseudocode decompialtion improvements and docs
This commit is contained in:
parent
f869a181a3
commit
589bfc31ef
1898 changed files with 60634 additions and 6597 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue