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
+2 -2
View File
@@ -256,7 +256,7 @@ static BOOL daDk_Execute(dk_class* a_this) {
switch (a_this->field_0xAC5) {
case 0:
if (dComIfGs_isEventBit(dSv_evtBit_c::UNK_310)) {
if (dComIfGs_isEventBit(dSv_event_flag_c::UNK_0310)) {
a_this->field_0xAC5 = 2;
}
break;
@@ -266,7 +266,7 @@ static BOOL daDk_Execute(dk_class* a_this) {
}
// fallthrough
case 3:
if (dComIfGs_isEventBit(dSv_evtBit_c::UNK_1)) {
if (dComIfGs_isEventBit(dSv_event_flag_c::UNK_0001)) {
a_this->field_0xAC5 = -1;
}
break;