diff options
author | Daniel Harding <33dannye@gmail.com> | 2019-05-20 23:27:35 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-20 23:27:35 -0500 |
commit | 8addeffe6fb5012113e695b17680734933076e8e (patch) | |
tree | ab1633140611bc29b471a984f4e8869a1258c26d /audio | |
parent | a8133da3ee11a2f52e1b18170189260872f6bc7e (diff) | |
parent | df2a68d6de7a57aeae782efc7755abbcfb8005d6 (diff) |
Merge pull request #201 from SatoMew/master
Make Cerulean Cave labels consistent throughout the project
Diffstat (limited to 'audio')
-rwxr-xr-x | audio/headers/musicheaders3.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/headers/musicheaders3.asm b/audio/headers/musicheaders3.asm index 90798882..03dd7777 100755 --- a/audio/headers/musicheaders3.asm +++ b/audio/headers/musicheaders3.asm @@ -25,7 +25,7 @@ Music_GameCorner:: Music_IntroBattle:: audio Music_IntroBattle, Ch0, Ch1, Ch2, Ch3 -; Power Plant, Unknown Dungeon, Rocket HQ +; Power Plant, Cerulean Cave, Rocket HQ Music_Dungeon1:: audio Music_Dungeon1, Ch0, Ch1, Ch2, Ch3 |