mirror of
https://github.com/zeldaret/tww.git
synced 2026-06-18 15:15:44 -04:00
Added enums for all used event/tmp bits/regs (#893)
This commit is contained in:
@@ -65,7 +65,7 @@ cPhs_State daObjTower_c::_create() {
|
||||
field_0x2d0 = 0;
|
||||
|
||||
cPhs_State phase_state;
|
||||
if (!dComIfGs_isEventBit(0x1e40)) {
|
||||
if (!dComIfGs_isEventBit(dSv_event_flag_c::UNK_1E40)) {
|
||||
phase_state = cPhs_STOP_e;
|
||||
} else {
|
||||
phase_state = dComIfG_resLoad(&mPhs, "X_tower");
|
||||
|
||||
Reference in New Issue
Block a user