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

@ -11,12 +11,12 @@ function miss12_hatch() /* entry=364 class_id=0x0918 slot=0x07 */
id = Egg.getEggId(arg_06);
if (!id) {
if (!(global[0x002B])) {
spawn class_0A0C_slot_26(pid, "12e", 0x00000000);
spawn FREE.slot_26(pid, "12e", 0x00000000);
/* free_stack_string value_u8=0x0 target=[SP+00h] */
suspend;
item = *(arg_06);
qlo = Item.getQLo(item);
spawn class_0A18_slot_20(pid, (0 + 0x0080), item, arg_06);
spawn TRIGGER.slot_20(pid, (0 + 0x0080), item, arg_06);
suspend;
}
}