diff options
Diffstat (limited to 'constants/song_constants.asm')
-rwxr-xr-x | constants/song_constants.asm | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/constants/song_constants.asm b/constants/song_constants.asm new file mode 100755 index 0000000..aa95c9c --- /dev/null +++ b/constants/song_constants.asm @@ -0,0 +1,27 @@ +MUSIC_NOTHING_0F EQU $00 +MUSIC_BLUE_FIELD EQU $01 +MUSIC_CATCH_EM_RED EQU $02 +MUSIC_HURRY_UP_RED EQU $03 +MUSIC_POKEDEX EQU $04 +MUSIC_GASTLY_GRAVEYARD EQU $05 +MUSIC_HAUNTER_GRAVEYARD EQU $06 +MUSIC_GENGAR_GRAVEYARD EQU $07 + +MUSIC_RED_FIELD EQU $01 +MUSIC_CATCH_EM_BLUE EQU $02 +MUSIC_HURRY_UP_BLUE EQU $03 +MUSIC_HI_SCORE EQU $04 +MUSIC_GAME_OVER EQU $05 + +MUSIC_WHACK_DIGLETT EQU $01 +MUSIC_WHACK_DUGTRIO EQU $02 +MUSIC_SEEL_STAGE EQU $03 +MUSIC_TITLE_SCREEN EQU $04 + +MUSIC_MEWTWO_STAGE EQU $01 +MUSIC_OPTIONS EQU $02 +MUSIC_FIELD_SELECT EQU $03 +MUSIC_MEOWTH_STAGE EQU $04 + +MUSIC_END_CREDITS EQU $01 +MUSIC_NAME_ENTRY EQU $02 |