mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-18 05:08:57 -04:00
Added enums for all used event/tmp bits/regs (#893)
This commit is contained in:
@@ -88,7 +88,7 @@ cPhs_State daObjYboil_c::_create() {
|
||||
fopAcM_SetupActor(this, daObjYboil_c);
|
||||
|
||||
cPhs_State ret;
|
||||
if (dComIfGs_isEventBit(0x1902)) {
|
||||
if (dComIfGs_isEventBit(dSv_event_flag_c::UNK_1902)) {
|
||||
ret = cPhs_STOP_e;
|
||||
} else {
|
||||
ret = dComIfG_resLoad(&mPhs, "Yboil");
|
||||
|
||||
Reference in New Issue
Block a user