diff options
| author | Jordan Longstaff <JordanLongstaff@users.noreply.github.com> | 2026-02-14 22:31:19 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-02-14 20:31:19 -0700 |
| commit | 0210374cc4e6dadea35a096aad93df81e561b62a (patch) | |
| tree | 2f635714ff27b6859bd777addefb9699c57afdd6 /soh/src/code/code_800EC960.c | |
| parent | d67dcb92f2ffd427a9c269f225627a8c59b4a672 (diff) | |
Enable missing music entries in audio editor (#5685)
* Enable missing music entries in audio editor
* Fix mislabeled tracks "Ocarina of Time" and "Seal of Six Sages" (mirrored in decomp)
Diffstat (limited to 'soh/src/code/code_800EC960.c')
| -rw-r--r-- | soh/src/code/code_800EC960.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/soh/src/code/code_800EC960.c b/soh/src/code/code_800EC960.c index e33bc6234..158070800 100644 --- a/soh/src/code/code_800EC960.c +++ b/soh/src/code/code_800EC960.c @@ -238,7 +238,7 @@ u8 sSeqFlags[0x6F] = { 0x1, // NA_BGM_SHADOW_TEMPLE 0x1, // NA_BGM_WATER_TEMPLE 0x2, // NA_BGM_BRIDGE_TO_GANONS - 0, // NA_BGM_OCARINA_OF_TIME + 0, // NA_BGM_SEAL_OF_SAGES 0x11, // NA_BGM_GERUDO_VALLEY 0, // NA_BGM_POTION_SHOP 0, // NA_BGM_KOTAKE_KOUME @@ -246,7 +246,7 @@ u8 sSeqFlags[0x6F] = { 0, // NA_BGM_UNDERGROUND 0x80, // NA_BGM_GANON_BATTLE_1 0x80, // NA_BGM_GANON_BATTLE_2 - 0, // NA_BGM_END_DEMO + 0, // NA_BGM_OCARINA_OF_TIME 0, // NA_BGM_STAFF_1 0, // NA_BGM_STAFF_2 0, // NA_BGM_STAFF_3 |
