Usecode pseudocode
This commit is contained in:
parent
f92d1504fa
commit
c12bb39437
1362 changed files with 71072 additions and 38056 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue