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

@ -1,9 +1,7 @@
function miss3_cachein() /* entry=355 class_id=0x090F slot=0x04 */
{
entry:
set_info(0x0213, *(arg_06));
process_exclude();
/* pop_global global_id=0x1F size=0x1 */
return;
set_info(0x0213, *(arg_06));
process_exclude();
/* pop_global global_id=0x1F size=0x1 */
return;
}

View file

@ -1,46 +1,29 @@
function miss3_hatch() /* entry=355 class_id=0x090F slot=0x07 */
{
entry:
set_info(0x0210, *(arg_06));
process_exclude();
if (Intrinsic003F(arg_06) != 1) goto block_0170;
block_012D:
set_info(0x0210, *(arg_06));
process_exclude();
if (Egg.getEggId(arg_06) == 1) {
/* pop_global global_id=0x31 size=0x1 */
spawn class_0A0C_slot_26(1, pid, "3g", 0x00000000);
/* free_stack_string value_u8=0x0 target=[SP+00h] */
suspend;
goto block_020C;
block_0170:
if (Intrinsic003F(arg_06) != 2) goto block_01B9;
block_017F:
if (!global[0x0022]) goto block_01B6;
block_018A:
spawn class_0A0C_slot_26(pid, "3i", 0x00000000);
/* free_stack_string value_u8=0x0 target=[SP+00h] */
suspend;
block_01B6:
goto block_020C;
block_01B9:
if (Intrinsic003F(arg_06) != 3) goto block_020C;
block_01C8:
if global[0x0022] goto block_0209;
block_01D2:
spawn class_0A0C_slot_26(pid, "3h", 0x00000000);
/* free_stack_string value_u8=0x0 target=[SP+00h] */
suspend;
block_0209:
goto block_020C;
block_020C:
return;
}
else if (Egg.getEggId(arg_06) == 2) {
if (global[0x0022]) {
spawn class_0A0C_slot_26(pid, "3i", 0x00000000);
/* free_stack_string value_u8=0x0 target=[SP+00h] */
suspend;
}
return;
}
else if (Egg.getEggId(arg_06) == 3) {
if (!(global[0x0022])) {
spawn class_0A0C_slot_26(pid, "3h", 0x00000000);
/* free_stack_string value_u8=0x0 target=[SP+00h] */
suspend;
}
return;
}
return;
}