diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-06-20 17:47:51 -0500 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2018-06-20 17:47:51 -0500 |
commit | 2c7a4e1406b078cf9bcc2a16e92a58497390aa17 (patch) | |
tree | c17f6d2ea77a8772a643973a00684efc40d6838e /constants | |
parent | ab8373bbd57f1498df89ace04697eb4a2b5bc1d6 (diff) |
Use MUS_ prefix instead of BGM_ prefix for songs
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 c93e439f4..271b46dd3 100644 --- a/constants/version.inc +++ b/constants/version.inc @@ -5,11 +5,11 @@ .endif .ifdef SAPPHIRE - .set BGM_EVIL_TEAM, BGM_AQA_0 - .set BGM_GOOD_TEAM, BGM_MGM0 + .set MUS_EVIL_TEAM, MUS_AQA_0 + .set MUS_GOOD_TEAM, MUS_MGM0 .else - .set BGM_EVIL_TEAM, BGM_MGM0 - .set BGM_GOOD_TEAM, BGM_AQA_0 + .set MUS_EVIL_TEAM, MUS_MGM0 + .set MUS_GOOD_TEAM, MUS_AQA_0 .endc .ifdef SAPPHIRE |