Pseudocode decompialtion improvements and docs

This commit is contained in:
MaddoScientisto 2026-03-26 22:10:48 +01:00
commit 589bfc31ef
1898 changed files with 60634 additions and 6597 deletions

View file

@ -10,37 +10,33 @@ function miss1egg_hatch() /* entry=353 class_id=0x090D slot=0x07 */
set_info(0x0210, *(arg_06));
process_exclude();
if (Egg.getEggId(arg_06) == 1) {
spawn class_090D_slot_21(arg_06);
spawn MISS1EGG.slot_21(arg_06);
/* global_address global_id=0x3C */
spawn class_0A11_slot_23(pid);
spawn NPC.slot_23(pid);
suspend;
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 */
/* loop_selector buster in nearby_items(shape=NPC_TECH, origin=arg_06) */
while (!condition) {
class_0A1E_slot_23(4, buster);
spawn class_090D_slot_22(buster, arg_06);
ITEM.slot_23(4, buster);
spawn MISS1EGG.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);
FREE.slot_41();
spawn MISS1EGG.slot_23(pid, arg_06);
suspend;
return;
}
else if (Egg.getEggId(arg_06) == 7) {
class_0A0C_slot_41();
spawn class_090D_slot_20(pid, arg_06);
FREE.slot_41();
spawn MISS1EGG.slot_20(pid, arg_06);
suspend;
return;
}