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,40 +5,24 @@ function lazeregg_hatch() /* entry=352 class_id=0x090C slot=0x07 */
laser, /* [BP-02h] type=0x24 */
id; /* [BP-04h] type=0x69 */
entry:
set_info(0x0210, *(arg_06));
process_exclude();
id = 0;
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_011E:
if condition goto block_0169;
block_0121:
if (Item.getFrame(laser) != 1) goto block_013F;
block_0136:
goto block_016B;
block_013C:
goto block_0165;
block_013F:
spawn class_0A0C_slot_31(pid, laser, 0x00000000);
suspend;
block_0165:
set_info(0x0210, *(arg_06));
process_exclude();
id = 0;
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.getFrame(laser) == 1) {
return;
}
else {
spawn class_0A0C_slot_31(pid, laser, 0x00000000);
suspend;
}
/* loopnext */
goto block_011E;
block_0169:
block_016B:
return;
}
return;
}