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

@ -4,15 +4,10 @@ function miss15_cachein() /* entry=367 class_id=0x091B slot=0x04 */
referent, /* [BP+00h] type=0x69 */
item; /* [BP-02h] type=0x24 */
entry:
set_info(0x0213, *(arg_06));
process_exclude();
if (Intrinsic003F(arg_06) != 1) goto block_0137;
block_0100:
set_info(0x0213, *(arg_06));
process_exclude();
if (Egg.getEggId(arg_06) == 1) {
/* pop_global global_id=0x1F size=0x1 */
block_0137:
return;
}
return;
}

View file

@ -7,12 +7,9 @@ function miss15_hatch() /* entry=367 class_id=0x091B slot=0x07 */
door, /* [BP-06h] type=0x24 */
n; /* [BP-08h] type=0x24 */
entry:
set_info(0x0210, *(arg_06));
process_exclude();
if (Intrinsic003F(arg_06) != 1) goto block_0386;
block_0179:
set_info(0x0210, *(arg_06));
process_exclude();
if (Egg.getEggId(arg_06) == 1) {
spawn class_0A0C_slot_32(pid, 5, 0x00000000);
suspend;
/* str_to_ptr */
@ -26,17 +23,11 @@ function miss15_hatch() /* entry=367 class_id=0x091B slot=0x07 */
/* loopscr value_u8=0x40 */
/* loopscr value_u8=0x25 */
/* loop current_var=0xFA string_bytes=0x6 loop_type=0x2 */
block_024C:
if condition goto block_0276;
block_024F:
spawn class_0A06_slot_21(pid, 1, door);
suspend;
/* loopnext */
goto block_024C;
block_0276:
while (!condition) {
spawn class_0A06_slot_21(pid, 1, door);
suspend;
/* loopnext */
}
spawn class_0A0C_slot_32(pid, 60, 0x00000000);
suspend;
/* global_address global_id=0x3C */
@ -49,32 +40,20 @@ function miss15_hatch() /* entry=367 class_id=0x091B slot=0x07 */
suspend;
/* global_address global_id=0x3C */
suspend;
goto block_04F1;
block_0386:
if (Intrinsic003F(arg_06) != 2) goto block_03D0;
block_0395:
return;
}
else if (Egg.getEggId(arg_06) == 2) {
spawn class_0A0C_slot_26(pid, "15c", 0x00000000);
/* free_stack_string value_u8=0x0 target=[SP+00h] */
suspend;
goto block_04F1;
block_03D0:
if (Intrinsic003F(arg_06) != 3) goto block_04F1;
block_03DF:
block_03EA:
return;
}
else if (Egg.getEggId(arg_06) == 3) {
/* global_address global_id=0x3C */
if Intrinsic0033() goto block_0420;
block_03FA:
spawn class_0A0C_slot_32(pid, 2, 0x00000000);
suspend;
goto block_03EA;
block_0420:
while (!Actor.isBusy()) {
spawn class_0A0C_slot_32(pid, 2, 0x00000000);
suspend;
}
class_0A0C_slot_41();
/* global_address global_id=0x3C */
suspend;
@ -88,18 +67,10 @@ function miss15_hatch() /* entry=367 class_id=0x091B slot=0x07 */
/* loopscr value_u8=0x40 */
/* loopscr value_u8=0x25 */
/* loop current_var=0xF8 string_bytes=0x6 loop_type=0x2 */
block_04CD:
if condition goto block_04E1;
block_04D0:
/* loopnext */
goto block_04CD;
block_04E1:
goto block_04F1;
block_04F1:
while (!condition) {
/* loopnext */
}
return;
}
return;
}