summaryrefslogtreecommitdiff
path: root/constants
diff options
context:
space:
mode:
Diffstat (limited to 'constants')
-rwxr-xr-xconstants/map_constants.asm2
-rwxr-xr-xconstants/music_constants.asm4
2 files changed, 3 insertions, 3 deletions
diff --git a/constants/map_constants.asm b/constants/map_constants.asm
index 555591a..65a4925 100755
--- a/constants/map_constants.asm
+++ b/constants/map_constants.asm
@@ -29,6 +29,6 @@ FIRE_CLUB EQU $1B
CHALLENGE_HALL_ENTRANCE EQU $1C
CHALLENGE_HALL_LOBBY EQU $1D
CHALLENGE_HALL EQU $1E
-POKEMON_DOME_LOBBY EQU $1F
+POKEMON_DOME_ENTRANCE EQU $1F
POKEMON_DOME EQU $20
HALL_OF_HONOR EQU $21 \ No newline at end of file
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