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

@ -2,7 +2,7 @@ function espace_equip() /* entry=179 class_id=0x0336 slot=0x0A */
{
set_info(0x0211, *(arg_06));
process_exclude();
spawn class_0A03_slot_20(pid, arg_0A, arg_06);
spawn BRIDGE.slot_20(pid, arg_0A, arg_06);
suspend;
return;
}

View file

@ -21,7 +21,7 @@ function espace_enterFastArea() /* entry=179 class_id=0x0336 slot=0x0F */
return;
}
else {
spawn class_0A03_slot_26(pid, y, x, arg_06);
spawn BRIDGE.slot_26(pid, y, x, arg_06);
suspend;
}
}