Decompilation unk files generation

This commit is contained in:
MaddoScientisto 2026-04-10 00:45:41 +02:00
commit 746709f40c
503 changed files with 45757 additions and 31 deletions

View file

@ -0,0 +1,21 @@
/* synthesized appendix for SECRTEGG */
/* sparse lines above preserve recovered debugger line numbers where available */
/* ===== slot 0x07 hatch ===== */
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;
}