Usecode pseudocode
This commit is contained in:
parent
f92d1504fa
commit
c12bb39437
1362 changed files with 71072 additions and 38056 deletions
|
|
@ -1,44 +1,30 @@
|
|||
function test_hatch() /* entry=348 class_id=0x0908 slot=0x07 */
|
||||
{
|
||||
entry:
|
||||
set_info(0x0210, *(arg_06));
|
||||
process_exclude();
|
||||
if (Intrinsic003F(arg_06) != 1) goto block_0134;
|
||||
|
||||
block_00FA:
|
||||
set_info(0x0210, *(arg_06));
|
||||
process_exclude();
|
||||
if (Egg.getEggId(arg_06) == 1) {
|
||||
spawn class_0A0C_slot_26(pid, "3f", 0x00000000);
|
||||
/* free_stack_string value_u8=0x0 target=[SP+00h] */
|
||||
suspend;
|
||||
goto block_020F;
|
||||
|
||||
block_0134:
|
||||
if (Intrinsic003F(arg_06) != 2) goto block_017D;
|
||||
|
||||
block_0143:
|
||||
return;
|
||||
}
|
||||
else if (Egg.getEggId(arg_06) == 2) {
|
||||
spawn class_0A0C_slot_26(pid, "3h", 0x00000000);
|
||||
/* free_stack_string value_u8=0x0 target=[SP+00h] */
|
||||
suspend;
|
||||
goto block_020F;
|
||||
|
||||
block_017D:
|
||||
if (Intrinsic003F(arg_06) != 3) goto block_01C6;
|
||||
|
||||
block_018C:
|
||||
return;
|
||||
}
|
||||
else if (Egg.getEggId(arg_06) == 3) {
|
||||
spawn class_0A0C_slot_26(pid, "3e", 0x00000000);
|
||||
/* free_stack_string value_u8=0x0 target=[SP+00h] */
|
||||
suspend;
|
||||
goto block_020F;
|
||||
|
||||
block_01C6:
|
||||
if (Intrinsic003F(arg_06) != 4) goto block_020F;
|
||||
|
||||
block_01D5:
|
||||
return;
|
||||
}
|
||||
else if (Egg.getEggId(arg_06) == 4) {
|
||||
spawn class_0A0C_slot_26(pid, "3i", 0x00000000);
|
||||
/* free_stack_string value_u8=0x0 target=[SP+00h] */
|
||||
suspend;
|
||||
goto block_020F;
|
||||
|
||||
block_020F:
|
||||
return;
|
||||
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue