diff options
Diffstat (limited to 'constants/music_constants.asm')
-rwxr-xr-x | constants/music_constants.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/constants/music_constants.asm b/constants/music_constants.asm index 4d5a1e7..236c4f2 100755 --- a/constants/music_constants.asm +++ b/constants/music_constants.asm @@ -15,8 +15,8 @@ MUSIC_CLUB2 EQU $0D MUSIC_CLUB3 EQU $0E MUSIC_RONALD EQU $0F MUSIC_IMAKUNI EQU $10 -MUSIC_HALLOFHONOR EQU $14 -MUSIC_CREDITS EQU $15 +MUSIC_HALLOFHONOR EQU $11 +MUSIC_CREDITS EQU $12 ;MUSIC_UNUSED13 EQU $13 ;MUSIC_UNUSED14 EQU $14 MUSIC_MATCHSTART1 EQU $15 |