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 | A few missed SFX constant IDs (diff) | |
| parent | Replace the few instances of Unknown Dungeon with Cerulean Cave (diff) | |
| download | pokeyellow-8addeffe6fb5012113e695b17680734933076e8e.tar.gz pokeyellow-8addeffe6fb5012113e695b17680734933076e8e.tar.xz pokeyellow-8addeffe6fb5012113e695b17680734933076e8e.zip | |
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 |
