diff options
author | padz <yenatch@github.com> | 2012-10-11 20:35:22 -0400 |
---|---|---|
committer | padz <yenatch@github.com> | 2012-10-11 20:35:22 -0400 |
commit | 5635c2027a67be28b1d2ce077a5762989bec18b2 (patch) | |
tree | df7d667f99d0538d7ff46dfcffd5e9fd172606c1 /constants.asm | |
parent | 811ea2071d59e856bd2c4e7bd9d54ca4a30f46ee (diff) |
start sfx disasm
Diffstat (limited to 'constants.asm')
-rw-r--r-- | constants.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/constants.asm b/constants.asm index 41f713b54..616fbc586 100644 --- a/constants.asm +++ b/constants.asm @@ -3063,7 +3063,7 @@ MUSIC_CHAMPION_BATTLE EQU 47 MUSIC_RIVAL_BATTLE EQU 48 MUSIC_ROCKET_BATTLE EQU 49 MUSIC_PROF_ELM EQU 50 -MUSIC_SLOWPOKE_WELL EQU 51 +MUSIC_DARK_CAVE EQU 51 MUSIC_ROUTE_29 EQU 52 MUSIC_ROUTE_36 EQU 53 MUSIC_SS_AQUA EQU 54 |