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

@ -12,12 +12,10 @@ function secrtegg_hatch() /* entry=346 class_id=0x0906 slot=0x07 */
id = 0;
range = 32;
id = Egg.getEggId(arg_06);
/* loopscr value_u8=0x24 */
/* loopscr value_u8=0x42 */
/* loop current_var=0xFC string_bytes=0x6 loop_type=0x2 */
/* loop_selector door in selector_0x42(arg0=0x01AB, arg1=0x0393, arg2=(range * 32), origin=arg_06) */
while (!condition) {
if (id == Item.getQLo(door)) {
spawn class_0A06_slot_20(door);
spawn DOOR.slot_20(door);
}
/* loopnext */
}