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

@ -4,7 +4,7 @@ function timer_equip() /* entry=271 class_id=0x04C9 slot=0x0A */
process_exclude();
if (arg_0A == 1) {
if ((Item.getStatus(arg_06) & 0x1000) == 0) {
spawn class_04C9_slot_20(arg_06);
spawn TIMER.slot_20(arg_06);
}
return;
}