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

23
USECODE/REGRET/MGR_EW.unk Normal file
View file

@ -0,0 +1,23 @@
/* synthesized appendix for MGR_EW */
/* sparse lines above preserve recovered debugger line numbers where available */
/* ===== slot 0x06 gotHit ===== */
function mgr_ew_gotHit() /* entry=151 class_id=0x02AE slot=0x06 */
{
set_info(0x020C, *(arg_06));
process_exclude();
if (!(Item.getStatus(arg_06) & 0x1000)) {
return;
}
else {
FREE.slot_35(arg_0C, arg_0A);
if (!retval) {
ITEM.slot_24(0x1000, arg_06);
spawn FREE.slot_3B(pid, 20, 0x00000000);
suspend;
ITEM.slot_25(0x1000, arg_06);
}
}
return;
}