Pseudocode decompialtion improvements and docs
This commit is contained in:
parent
f869a181a3
commit
589bfc31ef
1898 changed files with 60634 additions and 6597 deletions
|
|
@ -10,7 +10,7 @@ function miss15_hatch() /* entry=367 class_id=0x091B slot=0x07 */
|
|||
set_info(0x0210, *(arg_06));
|
||||
process_exclude();
|
||||
if (Egg.getEggId(arg_06) == 1) {
|
||||
spawn class_0A0C_slot_32(pid, 5, 0x00000000);
|
||||
spawn FREE.waitNTimerTicks(pid, 5, 0x00000000);
|
||||
suspend;
|
||||
/* str_to_ptr */
|
||||
/* free_stack_string value_u8=0x4 target=[SP+04h] */
|
||||
|
|
@ -18,17 +18,13 @@ function miss15_hatch() /* entry=367 class_id=0x091B slot=0x07 */
|
|||
/* global_address global_id=0x3C */
|
||||
suspend;
|
||||
suspend;
|
||||
/* loopscr value_u8=0x24 */
|
||||
/* loopscr value_u8=0x3D */
|
||||
/* loopscr value_u8=0x40 */
|
||||
/* loopscr value_u8=0x25 */
|
||||
/* loop current_var=0xFA string_bytes=0x6 loop_type=0x2 */
|
||||
/* loop_selector door in nearby_items(shape=51, origin=arg_06) */
|
||||
while (!condition) {
|
||||
spawn class_0A06_slot_21(pid, 1, door);
|
||||
spawn DOOR.slot_21(pid, 1, door);
|
||||
suspend;
|
||||
/* loopnext */
|
||||
}
|
||||
spawn class_0A0C_slot_32(pid, 60, 0x00000000);
|
||||
spawn FREE.waitNTimerTicks(pid, 60, 0x00000000);
|
||||
suspend;
|
||||
/* global_address global_id=0x3C */
|
||||
suspend;
|
||||
|
|
@ -43,7 +39,7 @@ function miss15_hatch() /* entry=367 class_id=0x091B slot=0x07 */
|
|||
return;
|
||||
}
|
||||
else if (Egg.getEggId(arg_06) == 2) {
|
||||
spawn class_0A0C_slot_26(pid, "15c", 0x00000000);
|
||||
spawn FREE.slot_26(pid, "15c", 0x00000000);
|
||||
/* free_stack_string value_u8=0x0 target=[SP+00h] */
|
||||
suspend;
|
||||
return;
|
||||
|
|
@ -51,22 +47,18 @@ function miss15_hatch() /* entry=367 class_id=0x091B slot=0x07 */
|
|||
else if (Egg.getEggId(arg_06) == 3) {
|
||||
/* global_address global_id=0x3C */
|
||||
while (!Actor.isBusy()) {
|
||||
spawn class_0A0C_slot_32(pid, 2, 0x00000000);
|
||||
spawn FREE.waitNTimerTicks(pid, 2, 0x00000000);
|
||||
suspend;
|
||||
}
|
||||
class_0A0C_slot_41();
|
||||
FREE.slot_41();
|
||||
/* global_address global_id=0x3C */
|
||||
suspend;
|
||||
/* str_to_ptr */
|
||||
/* free_stack_string value_u8=0x4 target=[SP+04h] */
|
||||
suspend;
|
||||
spawn class_0A0C_slot_32(pid, 30, 0x00000000);
|
||||
spawn FREE.waitNTimerTicks(pid, 30, 0x00000000);
|
||||
suspend;
|
||||
/* loopscr value_u8=0x24 */
|
||||
/* loopscr value_u8=0x3D */
|
||||
/* loopscr value_u8=0x40 */
|
||||
/* loopscr value_u8=0x25 */
|
||||
/* loop current_var=0xF8 string_bytes=0x6 loop_type=0x2 */
|
||||
/* loop_selector n in nearby_items(shape=npcdeath_shape_03ac, origin=arg_06) */
|
||||
while (!condition) {
|
||||
/* loopnext */
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue