Fix wrong BGM entry names (#2671)

This commit is contained in:
Jordan Longstaff
2026-02-15 02:49:46 -05:00
committed by GitHub
parent 5e89618c2e
commit 014eca05fe
5 changed files with 11 additions and 11 deletions
+2 -2
View File
@@ -95,7 +95,7 @@ SEQ_IDS = {
0x5B: "NA_BGM_SHADOW_TEMPLE",
0x5C: "NA_BGM_WATER_TEMPLE",
0x5D: "NA_BGM_BRIDGE_TO_GANONS",
0x5E: "NA_BGM_OCARINA_OF_TIME",
0x5E: "NA_BGM_SEAL_OF_SAGES",
0x5F: "NA_BGM_GERUDO_VALLEY",
0x60: "NA_BGM_POTION_SHOP",
0x61: "NA_BGM_KOTAKE_KOUME",
@@ -103,7 +103,7 @@ SEQ_IDS = {
0x63: "NA_BGM_UNDERGROUND",
0x64: "NA_BGM_GANONDORF_BOSS",
0x65: "NA_BGM_GANON_BOSS",
0x66: "NA_BGM_END_DEMO",
0x66: "NA_BGM_OCARINA_OF_TIME",
0x67: "NA_BGM_STAFF_1",
0x68: "NA_BGM_STAFF_2",
0x69: "NA_BGM_STAFF_3",