diff options
| author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2019-10-09 20:33:28 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-10-09 20:33:28 -0400 |
| commit | c61603fb3812011981e22478bce93aba8b7ec183 (patch) | |
| tree | 0bcf628e1f3615159cbae3e5c638825544699182 /data/maps/PowerPlant | |
| parent | 77a6ee507fdeef8d6a3b8146c70df107e124b0b5 (diff) | |
| parent | f3bd7f06c9f260597575f60af8daf8985ce80fe1 (diff) | |
Merge pull request #113 from PikalaxALT/main_menu
Main menu and Song Constants
Diffstat (limited to 'data/maps/PowerPlant')
| -rw-r--r-- | data/maps/PowerPlant/map.json | 2 | ||||
| -rw-r--r-- | data/maps/PowerPlant/scripts.inc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/data/maps/PowerPlant/map.json b/data/maps/PowerPlant/map.json index 21ffe2703..8647b0ae1 100644 --- a/data/maps/PowerPlant/map.json +++ b/data/maps/PowerPlant/map.json @@ -2,7 +2,7 @@ "id": "MAP_POWER_PLANT", "name": "PowerPlant", "layout": "LAYOUT_POWER_PLANT", - "music": "BGM_FRLG_POKEMON_MANSION", + "music": "MUS_POKEYASHI", "region_map_section": "MAPSEC_POWER_PLANT", "requires_flash": false, "weather": "WEATHER_NONE", diff --git a/data/maps/PowerPlant/scripts.inc b/data/maps/PowerPlant/scripts.inc index cb9b3acdc..b70dc0f22 100644 --- a/data/maps/PowerPlant/scripts.inc +++ b/data/maps/PowerPlant/scripts.inc @@ -51,7 +51,7 @@ PowerPlant_EventScript_1637B8:: @ 81637B8 waitmessage waitmoncry delay 10 - playbgm BGM_FRLG_LEADER_EYE, 0 + playbgm MUS_EXEYE, 0 waitbuttonpress setflag FLAG_0x807 special sub_807F9D8 |
