Pseudocode decompialtion improvements and docs
This commit is contained in:
parent
f869a181a3
commit
589bfc31ef
1898 changed files with 60634 additions and 6597 deletions
|
|
@ -3,25 +3,25 @@ function miss2_hatch() /* entry=354 class_id=0x090E slot=0x07 */
|
|||
set_info(0x0210, *(arg_06));
|
||||
process_exclude();
|
||||
if (Egg.getEggId(arg_06) == 1) {
|
||||
class_0A0C_slot_41();
|
||||
spawn class_090E_slot_28(pid, arg_06);
|
||||
FREE.slot_41();
|
||||
spawn MISS2.slot_28(pid, arg_06);
|
||||
suspend;
|
||||
/* pop_global global_id=0x21 size=0x1 */
|
||||
return;
|
||||
}
|
||||
else if (Egg.getEggId(arg_06) == 2) {
|
||||
class_0A0C_slot_41();
|
||||
spawn class_090E_slot_29(pid, arg_06);
|
||||
FREE.slot_41();
|
||||
spawn MISS2.slot_29(pid, arg_06);
|
||||
suspend;
|
||||
return;
|
||||
}
|
||||
else if (Egg.getEggId(arg_06) == 3) {
|
||||
spawn class_090E_slot_2A(pid, arg_06);
|
||||
spawn MISS2.slot_2A(pid, arg_06);
|
||||
suspend;
|
||||
return;
|
||||
}
|
||||
else if (Egg.getEggId(arg_06) == 4) {
|
||||
spawn class_090E_slot_2B(pid, arg_06);
|
||||
spawn MISS2.slot_2B(pid, arg_06);
|
||||
suspend;
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue