Use BGM/SE enums for JAIZelBasic

This commit is contained in:
LagoLunatic
2024-01-13 01:50:54 -05:00
parent f2bb2bb4a7
commit 9037c8e8f1
11 changed files with 458 additions and 331 deletions
+1 -1
View File
@@ -3012,7 +3012,7 @@ void dKy_arrowcol_chg_move() {
/* 80196764-801967C4 .text dKy_checkEventNightStop__Fv */
BOOL dKy_checkEventNightStop() {
if (dComIfGs_isEventBit(0xA02) && !dComIfGs_isSymbol(0)) {
if (dComIfGs_isEventBit(dSv_evtBit_c::ENDLESS_NIGHT) && !dComIfGs_isSymbol(0)) {
return true;
}