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

@ -5,33 +5,22 @@ function steamegg_hatch() /* entry=369 class_id=0x091D slot=0x07 */
sBox, /* [BP-02h] type=0x24 */
id; /* [BP-04h] type=0x69 */
entry:
set_info(0x0210, *(arg_06));
process_exclude();
id = Intrinsic003F(arg_06);
/* loopscr value_u8=0x24 */
/* loopscr value_u8=0x3D */
/* loopscr value_u8=0x40 */
/* loopscr value_u8=0x25 */
/* loop current_var=0xFE string_bytes=0x6 loop_type=0x2 */
block_0117:
if condition goto block_01A8;
block_011A:
if (Item.getNpcNum(sBox) != id) goto block_01A4;
block_0132:
suspend;
spawn class_0A0C_slot_32(pid, 0x015E, 0x00000000);
suspend;
suspend;
block_01A4:
set_info(0x0210, *(arg_06));
process_exclude();
id = Egg.getEggId(arg_06);
/* loopscr value_u8=0x24 */
/* loopscr value_u8=0x3D */
/* loopscr value_u8=0x40 */
/* loopscr value_u8=0x25 */
/* loop current_var=0xFE string_bytes=0x6 loop_type=0x2 */
while (!condition) {
if (Item.getQLo(sBox) == id) {
suspend;
spawn class_0A0C_slot_32(pid, 0x015E, 0x00000000);
suspend;
suspend;
}
/* loopnext */
goto block_0117;
block_01A8:
return;
}
return;
}