Another name change

This commit is contained in:
engineer124
2021-11-16 03:39:21 +11:00
parent 43d5adebf6
commit 7c51f64320
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -34,7 +34,7 @@
#define NA_BGM_WOODFALL_TEMPLE 0x1C // Woodfall Temple "JUNGLE_DUNGEON"
#define NA_BGM_MARKET 0x1D // Clock Town Day 1 Duplicate of #15. Interesting filename in MM3D. ✘
#define NA_BGM_OPENING 0x1E // Forest Ambush
#define NA_BGM_HOUSE 0x1F // House "LINK_HOUSE"
#define NA_BGM_INSIDE_A_HOUSE 0x1F // House "LINK_HOUSE"
#define NA_BGM_GAME_OVER 0x20 // Game Over
#define NA_BGM_CLEAR_BOSS 0x21 // Boss Clear
#define NA_BGM_GET_ITEM 0x22 // Item Catch
@@ -592,7 +592,7 @@ void func_80BD9840(EnPamera* this, GlobalContext* globalCtx) {
if (gSaveContext.weekEventReg[14] & 4) {
func_801A0204(NA_BGM_MUSIC_BOX_HOUSE);
} else {
func_801A0204(NA_BGM_HOUSE);
func_801A0204(NA_BGM_INSIDE_A_HOUSE);
}
}