diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-08-29 01:47:36 -0400 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2020-08-29 01:47:36 -0400 |
commit | 038abf80ba30a277420e0381312c0cfc2296811e (patch) | |
tree | ab951530e74209c0da170bc74ddd8b5a456bab9a /constants | |
parent | d7ec1d234b260df869213e195055dd75bcbe5cf3 (diff) |
Give songs meaningful english names
Diffstat (limited to 'constants')
-rw-r--r-- | constants/version.inc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/constants/version.inc b/constants/version.inc index 09df3503c..21ab704f5 100644 --- a/constants/version.inc +++ b/constants/version.inc @@ -5,11 +5,11 @@ .endif .ifdef SAPPHIRE - .set MUS_EVIL_TEAM, MUS_AQA_0 - .set MUS_GOOD_TEAM, MUS_MGM0 + .set MUS_EVIL_TEAM, MUS_ENCOUNTER_AQUA + .set MUS_GOOD_TEAM, MUS_ENCOUNTER_MAGMA .else - .set MUS_EVIL_TEAM, MUS_MGM0 - .set MUS_GOOD_TEAM, MUS_AQA_0 + .set MUS_EVIL_TEAM, MUS_ENCOUNTER_MAGMA + .set MUS_GOOD_TEAM, MUS_ENCOUNTER_AQUA .endc .ifdef SAPPHIRE |