mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-01 03:20:14 -04:00
Added enums for all used event/tmp bits/regs (#893)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user