summaryrefslogtreecommitdiff
path: root/constants/bgm.s
diff options
context:
space:
mode:
Diffstat (limited to 'constants/bgm.s')
-rw-r--r--constants/bgm.s10
1 files changed, 10 insertions, 0 deletions
diff --git a/constants/bgm.s b/constants/bgm.s
new file mode 100644
index 000000000..474840749
--- /dev/null
+++ b/constants/bgm.s
@@ -0,0 +1,10 @@
+ .set BGM_AQUA, 419
+ .set BGM_MAGMA, 441
+
+ .ifdef SAPPHIRE
+ .set BGM_EVIL_TEAM, BGM_AQUA
+ .set BGM_GOOD_TEAM, BGM_MAGMA
+ .else
+ .set BGM_EVIL_TEAM, BGM_MAGMA
+ .set BGM_GOOD_TEAM, BGM_AQUA
+ .endc