Pseudocode decompialtion improvements and docs
This commit is contained in:
parent
f869a181a3
commit
589bfc31ef
1898 changed files with 60634 additions and 6597 deletions
|
|
@ -3,20 +3,15 @@ function eleew4_equip() /* entry=92 class_id=0x01A7 slot=0x0A */
|
|||
set_info(0x0211, *(arg_06));
|
||||
process_exclude();
|
||||
if (!arg_0A) {
|
||||
spawn class_01A7_enterFastArea(pid, arg_06);
|
||||
spawn ELEEW4.enterFastArea(pid, arg_06);
|
||||
suspend;
|
||||
return;
|
||||
}
|
||||
else {
|
||||
/* loopscr value_u8=0x24 */
|
||||
/* loopscr value_u8=0x3D */
|
||||
/* loopscr value_u8=0x40 */
|
||||
/* loopscr value_u8=0x25 */
|
||||
/* loop current_var=0xFE string_bytes=0x6 loop_type=0x2 */
|
||||
while (!condition) {
|
||||
for local_02 in nearby_items(shape=0x044E, origin=arg_06) {
|
||||
/* loopnext */
|
||||
}
|
||||
class_0A0C_slot_25(0x1000, arg_06);
|
||||
ITEM.slot_25(0x1000, arg_06);
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ function eleew4_enterFastArea() /* entry=92 class_id=0x01A7 slot=0x0F */
|
|||
local_06 = Item.getY(arg_06);
|
||||
local_08 = Item.getZ(arg_06);
|
||||
local_0A = Item.getQLo(arg_06);
|
||||
class_0A0C_slot_24(0x1000, arg_06);
|
||||
ITEM.slot_24(0x1000, arg_06);
|
||||
suspend;
|
||||
}
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue