mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-19 13:24:12 -04:00
Added enums for all used event/tmp bits/regs (#893)
This commit is contained in:
@@ -116,7 +116,7 @@ bool daObjYgush00_c::_delete() {
|
||||
|
||||
/* 00000524-0000066C .text _execute__14daObjYgush00_cFv */
|
||||
bool daObjYgush00_c::_execute() {
|
||||
if (mType != 3 || dComIfGs_isEventBit(dSv_evtBit_c::COLORS_IN_HYRULE) == 1) {
|
||||
if (mType != 3 || dComIfGs_isEventBit(dSv_event_flag_c::COLORS_IN_HYRULE) == 1) {
|
||||
mBtkAnm.play();
|
||||
mBckAnm.play();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user