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

35
USECODE/REGRET/MISS2.unk Normal file
View file

@ -0,0 +1,35 @@
/* synthesized appendix for MISS2 */
/* sparse lines above preserve recovered debugger line numbers where available */
/* ===== slot 0x04 cachein ===== */
function miss2_cachein() /* entry=432 class_id=0x090E slot=0x04 */
{
set_info(0x0213, *(arg_06));
process_exclude();
/* pop_global global_id=0xF size=0x1 */
return;
}
/* ===== slot 0x07 hatch ===== */
function miss2_hatch() /* entry=432 class_id=0x090E slot=0x07 */
{
set_info(0x0210, *(arg_06));
process_exclude();
if (Egg.getEggId(arg_06) == 1) {
/* global_address global_id=0x1E */
spawn FREE.slot_3B(pid, 60, 0x00000000);
suspend;
/* global_address global_id=0x1E */
/* global_address global_id=0x1E */
FREE.slot_23();
/* global_address global_id=0x1E */
suspend;
spawn FREE.slot_3B(pid, 60, 0x00000000);
suspend;
/* global_address global_id=0x1E */
spawn NPC.slot_23(pid);
suspend;
}
return;
}