summaryrefslogtreecommitdiff
path: root/constants
diff options
context:
space:
mode:
Diffstat (limited to 'constants')
-rwxr-xr-xconstants/music_constants.asm15
1 files changed, 15 insertions, 0 deletions
diff --git a/constants/music_constants.asm b/constants/music_constants.asm
new file mode 100755
index 0000000..0f7b5bc
--- /dev/null
+++ b/constants/music_constants.asm
@@ -0,0 +1,15 @@
+ const_def
+
+ const MUSIC_NONE ; 00
+ const MUSIC_TITLE ; 01
+ const MUSIC_ROUTE_1 ; 02
+ const MUSIC_OAK_INTRO ; 03
+ const MUSIC_LEADER_BATTLE ; 04
+ const MUSIC_TRAINER_BATTLE ; 05
+ const MUSIC_NIDORINO_INTRO ; 06
+ const MUSIC_VIRIDIAN_CITY ; 07
+ const MUSIC_HEAL ; 08
+ const MUSIC_BICYCLE ; 09
+ const MUSIC_SPOTTED_ROCKET ; 0A
+ const MUSIC_VICTORY_TRAINER ; 0B
+ const MUSIC_EVOLUTION ; 0C