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

@ -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;
}
}