From e85ef78e859e75967e56831544c4585370e6ce3b Mon Sep 17 00:00:00 2001 From: engineer124 Date: Mon, 15 Nov 2021 14:30:32 +1100 Subject: [PATCH] Fix "No_Music" define --- include/bgm.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/bgm.h b/include/bgm.h index 391881221..430be896e 100644 --- a/include/bgm.h +++ b/include/bgm.h @@ -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