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

@ -0,0 +1,16 @@
function secrtegg_hatch() /* entry=430 class_id=0x090C slot=0x07 */
{
set_info(0x0210, *(arg_06));
process_exclude();
local_06 = 0;
local_08 = 32;
local_06 = Egg.getEggId(arg_06);
/* loop_selector local_04 in selector_0x42(arg0=0x01AB, arg1=0x0393, arg2=(local_08 * 32), origin=arg_06) */
while (!condition) {
if (local_06 == Item.getQLo(local_04)) {
spawn DOOR.slot_20(local_04);
}
/* loopnext */
}
return;
}