mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-19 05:22:39 -04:00
Added enums for all used event/tmp bits/regs (#893)
This commit is contained in:
@@ -191,7 +191,7 @@ BOOL daObjVfan::Act_c::Execute(Mtx** mtx) {
|
||||
|
||||
if (dComIfGp_evmng_endCheck(m_evid)) {
|
||||
fopAcM_onSwitch(this, prm_get_swSave());
|
||||
dComIfGs_onEventBit(0x3a08);
|
||||
dComIfGs_onEventBit(dSv_event_flag_c::UNK_3A08);
|
||||
dComIfGp_event_reset();
|
||||
fopAcM_delete(this);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user