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 /data/maps/Route119_WeatherInstitute_2F | |
| parent | ab8373bbd57f1498df89ace04697eb4a2b5bc1d6 (diff) | |
Use MUS_ prefix instead of BGM_ prefix for songs
Diffstat (limited to 'data/maps/Route119_WeatherInstitute_2F')
| -rw-r--r-- | data/maps/Route119_WeatherInstitute_2F/header.inc | 2 | ||||
| -rw-r--r-- | data/maps/Route119_WeatherInstitute_2F/scripts.inc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/data/maps/Route119_WeatherInstitute_2F/header.inc b/data/maps/Route119_WeatherInstitute_2F/header.inc index 803d3b75b..b93deba00 100644 --- a/data/maps/Route119_WeatherInstitute_2F/header.inc +++ b/data/maps/Route119_WeatherInstitute_2F/header.inc @@ -3,7 +3,7 @@ Route119_WeatherInstitute_2F:: @ 8307F0C .4byte Route119_WeatherInstitute_2F_MapEvents .4byte Route119_WeatherInstitute_2F_MapScripts .4byte 0x0 - .2byte BGM_GOTOWN + .2byte MUS_GOTOWN .2byte 273 .byte 34 .byte 0 diff --git a/data/maps/Route119_WeatherInstitute_2F/scripts.inc b/data/maps/Route119_WeatherInstitute_2F/scripts.inc index 32c264acc..0a1a51562 100644 --- a/data/maps/Route119_WeatherInstitute_2F/scripts.inc +++ b/data/maps/Route119_WeatherInstitute_2F/scripts.inc @@ -58,7 +58,7 @@ Route119_WeatherInstitute_2F_EventScript_163D7A:: @ 8163D7A getpartysize compare RESULT, 6 goto_if_eq Route119_WeatherInstitute_2F_EventScript_163DB4 - playfanfare BGM_FANFA4 + playfanfare MUS_FANFA4 message Route119_WeatherInstitute_2F_Text_19F267 waitfanfare waitmessage |
