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:
@@ -114,7 +114,7 @@ void daObjShelf::Act_c::mode_wait_init() {
|
||||
void daObjShelf::Act_c::mode_wait() {
|
||||
bool quake = dComIfGp_getDetect().chk_quake(¤t.pos);
|
||||
bool event = false;
|
||||
if (quake && prm_get_groundma() && !dComIfGs_isEventBit(0x1)) {
|
||||
if (quake && prm_get_groundma() && !dComIfGs_isEventBit(dSv_event_flag_c::UNK_0001)) {
|
||||
hold_event();
|
||||
quake = false;
|
||||
event = true;
|
||||
|
||||
Reference in New Issue
Block a user