Fix "No_Music" define

This commit is contained in:
engineer124
2021-11-15 14:30:32 +11:00
parent 0499934d02
commit e85ef78e85
+2 -1
View File
@@ -129,7 +129,8 @@
#define NA_BGM_GOODBYE_GIANT 0x7C //
#define NA_BGM_TATL_AND_TAEL 0x7D // Tatl and Tael "CHAT"
#define NA_BGM_MOONS_DESTRUCTION 0x7E // Moon's Destruction "MOON_VANISH"
#define NA_BGM_END_CREDITS_2 0x7F // The End/Credits II "STAFFROLL2"
#define NA_BGM_NO_MUSIC 0x7F // The End/Credits II "STAFFROLL2"
#define NA_BGM_END_CREDITS_2 0x82 // The End/Credits II "STAFFROLL2"
#define NA_BGM_DISABLED 0xFFFF
#endif