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

@ -6,11 +6,11 @@ function valuebox_cachein() /* entry=130 class_id=0x0251 slot=0x04 */
set_info(0x0213, *(arg_06));
process_exclude();
class_0A19_slot_20(arg_06);
VALBOX.slot_20(arg_06);
if (retval == 0) {
class_0A0C_slot_20(0x0383);
FREE.slot_20(0x0383);
randNum = (retval + 100);
class_0251_slot_20(randNum, arg_06);
VALUEBOX.slot_20(randNum, arg_06);
}
return;
}