mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-18 21:18:23 -04:00
Added enums for all used event/tmp bits/regs (#893)
This commit is contained in:
+1
-1
@@ -3164,7 +3164,7 @@ void dKy_arrowcol_chg_move() {
|
||||
|
||||
/* 80196764-801967C4 .text dKy_checkEventNightStop__Fv */
|
||||
BOOL dKy_checkEventNightStop() {
|
||||
if (dComIfGs_isEventBit(dSv_evtBit_c::ENDLESS_NIGHT) && !dComIfGs_isSymbol(0)) {
|
||||
if (dComIfGs_isEventBit(dSv_event_flag_c::ENDLESS_NIGHT) && !dComIfGs_isSymbol(0)) {
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user