Pseudocode decompialtion improvements and docs
This commit is contained in:
parent
f869a181a3
commit
589bfc31ef
1898 changed files with 60634 additions and 6597 deletions
|
|
@ -9,12 +9,12 @@ function miss14_hatch() /* entry=366 class_id=0x091A slot=0x07 */
|
|||
if (Egg.getEggId(arg_06) == 1) {
|
||||
/* global_address global_id=0x3C */
|
||||
while (!Actor.isBusy()) {
|
||||
spawn class_0A0C_slot_32(pid, 2, 0x00000000);
|
||||
spawn FREE.waitNTimerTicks(pid, 2, 0x00000000);
|
||||
suspend;
|
||||
}
|
||||
spawn class_0A0C_slot_3C(pid, 0x00000000);
|
||||
spawn FREE.slot_3C(pid, 0x00000000);
|
||||
suspend;
|
||||
class_0A0C_slot_41();
|
||||
FREE.slot_41();
|
||||
counter = 1;
|
||||
while (counter > 8) {
|
||||
/* global_address global_id=0x3C */
|
||||
|
|
@ -37,13 +37,13 @@ function miss14_hatch() /* entry=366 class_id=0x091A slot=0x07 */
|
|||
}
|
||||
else if (Egg.getEggId(arg_06) == 2) {
|
||||
/* pop_global global_id=0x2D size=0x1 */
|
||||
spawn class_0A0C_slot_26(1, pid, "14d", 0x00000000);
|
||||
spawn FREE.slot_26(1, pid, "14d", 0x00000000);
|
||||
/* free_stack_string value_u8=0x0 target=[SP+00h] */
|
||||
suspend;
|
||||
return;
|
||||
}
|
||||
else if (Egg.getEggId(arg_06) == 3) {
|
||||
spawn class_0A0C_slot_26(pid, "14e", 0x00000000);
|
||||
spawn FREE.slot_26(pid, "14e", 0x00000000);
|
||||
/* free_stack_string value_u8=0x0 target=[SP+00h] */
|
||||
suspend;
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue