diff options
Diffstat (limited to 'constants')
-rwxr-xr-x | constants/map_constants.asm | 2 | ||||
-rwxr-xr-x | constants/music_constants.asm | 8 | ||||
-rwxr-xr-x | constants/text_constants.asm | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/constants/map_constants.asm b/constants/map_constants.asm index f3aa59e..c2e2388 100755 --- a/constants/map_constants.asm +++ b/constants/map_constants.asm @@ -31,4 +31,4 @@ CHALLENGE_HALL_LOBBY EQU $1D CHALLENGE_HALL EQU $1E POKEMON_DOME_ENTRANCE EQU $1F POKEMON_DOME EQU $20 -HALL_OF_HONOR EQU $21
\ No newline at end of file +HALL_OF_HONOR EQU $21 diff --git a/constants/music_constants.asm b/constants/music_constants.asm index 846f9a6..a4c2526 100755 --- a/constants/music_constants.asm +++ b/constants/music_constants.asm @@ -1,8 +1,8 @@ MUSIC_STOP EQU $00 MUSIC_TITLESCREEN EQU $01 -MUSIC_BATTLETHEME1 EQU $02 -MUSIC_BATTLETHEME2 EQU $03 -MUSIC_BATTLETHEME3 EQU $04 +MUSIC_DUELTHEME1 EQU $02 +MUSIC_DUELTHEME2 EQU $03 +MUSIC_DUELTHEME3 EQU $04 MUSIC_PAUSEMENU EQU $05 MUSIC_PCMAINMENU EQU $06 MUSIC_DECKMACHINE EQU $07 @@ -28,4 +28,4 @@ MUSIC_DARKDIDDLY EQU $1A ;MUSIC_UNUSED1B EQU $1B MUSIC_BOOSTERPACK EQU $1C MUSIC_MEDAL EQU $1D -;MUSIC_UNUSED1E EQU $1E
\ No newline at end of file +;MUSIC_UNUSED1E EQU $1E diff --git a/constants/text_constants.asm b/constants/text_constants.asm index 0a5d509..a018be1 100755 --- a/constants/text_constants.asm +++ b/constants/text_constants.asm @@ -12,4 +12,4 @@ TX_WATER EQUS "$05,$04" TX_FIGHTING EQUS "$05,$05" TX_PSYCHIC EQUS "$05,$06" TX_COLORLESS EQUS "$05,$07" -TX_LVL EQUS "$05,$11"
\ No newline at end of file +TX_LVL EQUS "$05,$11" |