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

19
USECODE/REGRET/VALBOX.unk Normal file
View file

@ -0,0 +1,19 @@
/* synthesized appendix for VALBOX */
/* sparse lines above preserve recovered debugger line numbers where available */
/* ===== slot 0x20 slot_20 ===== */
function valbox_slot_20() /* entry=470 class_id=0x0A18 slot=0x20 */
{
local_02 = (Item.getNpcNum(arg_06) & 0x00FF);
/* lsh */
local_04 = 8;
local_06 = (local_02 + local_04);
if (local_06 <= 0x03E7) {
return;
}
else {
return;
}
return;
}