Pseudocode decompialtion improvements and docs
This commit is contained in:
parent
f869a181a3
commit
589bfc31ef
1898 changed files with 60634 additions and 6597 deletions
|
|
@ -9,7 +9,7 @@ function monster_enterFastArea() /* entry=274 class_id=0x04D0 slot=0x0F */
|
|||
if (Item.getFrame(arg_06) == 0) {
|
||||
a = Item.getMapArray(arg_06);
|
||||
if (!(a & 8)) {
|
||||
spawn class_04D0_equip(pid, 0, arg_06);
|
||||
spawn MONSTER.equip(pid, 0, arg_06);
|
||||
suspend;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue