Added enums for all used event/tmp bits/regs (#893)

This commit is contained in:
LagoLunatic
2025-09-19 15:06:44 -04:00
committed by GitHub
parent 8af44daa2e
commit 5dbb7e875e
110 changed files with 1906 additions and 1178 deletions
+1 -1
View File
@@ -287,7 +287,7 @@ void daObjVmc::Act_c::daObjVmc_tree_main() {
if (hitObj != NULL) {
fopAc_ac_c* at = hitObj->GetAc();
if (at != NULL && fopAcM_GetName(at) == PROC_HOOKSHOT)
dComIfGs_onEventBit(0x3420);
dComIfGs_onEventBit(dSv_event_flag_c::UNK_3420);
}
}
}