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

@ -3,20 +3,15 @@ function eleew16_equip() /* entry=3 class_id=0x0007 slot=0x0A */
set_info(0x0211, *(arg_06));
process_exclude();
if (!arg_0A) {
spawn class_0007_enterFastArea(pid, arg_06);
spawn ELEEW16.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;
}

View file

@ -7,7 +7,7 @@ function eleew16_enterFastArea() /* entry=3 class_id=0x0007 slot=0x0F */
}
else {
local_0A = Item.getQLo(arg_06);
class_0A0C_slot_24(0x1000, arg_06);
ITEM.slot_24(0x1000, arg_06);
local_04 = (Item.getX(arg_06) + 64);
local_06 = Item.getY(arg_06);
local_08 = Item.getZ(arg_06);