diff options
author | U-Daniel-PC\Daniel <corrnondacqb@yahoo.com> | 2015-02-13 11:10:59 -0500 |
---|---|---|
committer | U-Daniel-PC\Daniel <corrnondacqb@yahoo.com> | 2015-02-13 11:10:59 -0500 |
commit | 7676ff6379115df95c3676552f67c9987f57ddb3 (patch) | |
tree | d6a3738f548abfe9d5e75444f4c65968fbba27e1 /constants | |
parent | 49b0dac0ae070657f20a35142305f83bdbccee04 (diff) |
Dump music (yenatch)
Diffstat (limited to 'constants')
-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 |