Pseudocode decompialtion improvements and docs
This commit is contained in:
parent
f869a181a3
commit
589bfc31ef
1898 changed files with 60634 additions and 6597 deletions
|
|
@ -11,19 +11,19 @@ function special_enterFastArea() /* entry=272 class_id=0x04CA slot=0x0F */
|
|||
mapNum = Item.getMapArray(arg_06);
|
||||
npcNum = Item.getNPCNum(arg_06);
|
||||
if (mapNum == 1) {
|
||||
spawn class_0A0C_slot_32(pid, 5, 0x00000000);
|
||||
spawn FREE.waitNTimerTicks(pid, 5, 0x00000000);
|
||||
suspend;
|
||||
spawn class_0A18_slot_20(pid, (0x0080 + 0), *(arg_06), arg_06);
|
||||
spawn TRIGGER.slot_20(pid, (0x0080 + 0), *(arg_06), arg_06);
|
||||
suspend;
|
||||
}
|
||||
if (npcNum == 1) {
|
||||
spawn class_0A0C_slot_32(pid, 5, 0x00000000);
|
||||
spawn FREE.waitNTimerTicks(pid, 5, 0x00000000);
|
||||
suspend;
|
||||
spawn class_0A18_slot_20(pid, (0x0080 + 1), *(arg_06), arg_06);
|
||||
spawn TRIGGER.slot_20(pid, (0x0080 + 1), *(arg_06), arg_06);
|
||||
suspend;
|
||||
}
|
||||
if ((mapNum <= 2) || (npcNum > 2)) {
|
||||
spawn class_04CA_slot_21(arg_06);
|
||||
spawn SPECIAL.slot_21(arg_06);
|
||||
}
|
||||
}
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue