Usecode pseudocode

This commit is contained in:
MaddoScientisto 2026-03-26 00:37:17 +01:00
commit c12bb39437
1362 changed files with 71072 additions and 38056 deletions

View file

@ -7,65 +7,42 @@ function miss1egg_hatch() /* entry=353 class_id=0x090D slot=0x07 */
buster, /* [BP-06h] type=0x24 */
slot; /* [BP-08h] type=0x69 */
entry:
set_info(0x0210, *(arg_06));
process_exclude();
if (Intrinsic003F(arg_06) != 1) goto block_0165;
block_011E:
set_info(0x0210, *(arg_06));
process_exclude();
if (Egg.getEggId(arg_06) == 1) {
spawn class_090D_slot_21(arg_06);
/* global_address global_id=0x3C */
spawn class_0A11_slot_23(pid);
suspend;
goto block_0265;
block_0165:
if (Intrinsic003F(arg_06) != 2) goto block_01DD;
block_0174:
if (!global[0x003B]) goto block_01CF;
block_017F:
/* pop_global global_id=0x3B size=0x1 */
/* 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 */
block_01A6:
if condition goto block_01CD;
block_01A9:
class_0A1E_slot_23(4, buster);
spawn class_090D_slot_22(buster, arg_06);
/* loopnext */
goto block_01A6;
block_01CD:
block_01CF:
goto block_0265;
block_01DD:
if (Intrinsic003F(arg_06) != 3) goto block_0221;
block_01EC:
return;
}
else if (Egg.getEggId(arg_06) == 2) {
if (global[0x003B]) {
/* pop_global global_id=0x3B size=0x1 */
/* 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 */
while (!condition) {
class_0A1E_slot_23(4, buster);
spawn class_090D_slot_22(buster, arg_06);
/* loopnext */
}
}
return;
}
else if (Egg.getEggId(arg_06) == 3) {
class_0A0C_slot_41();
spawn class_090D_slot_23(pid, arg_06);
suspend;
goto block_0265;
block_0221:
if (Intrinsic003F(arg_06) != 7) goto block_0265;
block_0230:
return;
}
else if (Egg.getEggId(arg_06) == 7) {
class_0A0C_slot_41();
spawn class_090D_slot_20(pid, arg_06);
suspend;
goto block_0265;
block_0265:
return;
}
return;
}