mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-18 21:18:23 -04:00
Use BGM/SE enums for JAIZelBasic
This commit is contained in:
+1
-1
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user