Pseudocode decompialtion improvements and docs
This commit is contained in:
parent
f869a181a3
commit
589bfc31ef
1898 changed files with 60634 additions and 6597 deletions
|
|
@ -2,7 +2,7 @@ function espace2_equip() /* entry=138 class_id=0x0290 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;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ function espace2_enterFastArea() /* entry=138 class_id=0x0290 slot=0x0F */
|
|||
return;
|
||||
}
|
||||
else {
|
||||
spawn class_0A03_slot_26(pid, y, x, arg_06);
|
||||
spawn BRIDGE.slot_26(pid, y, x, arg_06);
|
||||
suspend;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue