Usecode pseudocode

This commit is contained in:
MaddoScientisto 2026-03-26 00:37:17 +01:00
commit c12bb39437
1362 changed files with 71072 additions and 38056 deletions

View file

@ -4,20 +4,14 @@ function monster_enterFastArea() /* entry=274 class_id=0x04D0 slot=0x0F */
referent, /* [BP+00h] type=0x69 */
a; /* [BP-02h] type=0x69 */
entry:
set_info(0x021B, *(arg_06));
process_exclude();
if (Item.getFrame(arg_06) != 0) goto block_014A;
block_00FD:
a = Item.getMapNum(arg_06);
if (a & 8) goto block_014A;
block_0116:
spawn class_04D0_equip(pid, 0, arg_06);
suspend;
block_014A:
return;
set_info(0x021B, *(arg_06));
process_exclude();
if (Item.getFrame(arg_06) == 0) {
a = Item.getMapArray(arg_06);
if (!(a & 8)) {
spawn class_04D0_equip(pid, 0, arg_06);
suspend;
}
}
return;
}