Pseudocode decompialtion improvements and docs
This commit is contained in:
parent
f869a181a3
commit
589bfc31ef
1898 changed files with 60634 additions and 6597 deletions
|
|
@ -4,7 +4,7 @@ function timer_enterFastArea() /* entry=271 class_id=0x04C9 slot=0x0F */
|
|||
process_exclude();
|
||||
if (!(Item.getQHi(arg_06) & 2)) {
|
||||
if ((Item.getStatus(arg_06) & 0x1000) == 0) {
|
||||
spawn class_04C9_slot_20(arg_06);
|
||||
spawn TIMER.slot_20(arg_06);
|
||||
}
|
||||
}
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue