diff options
| author | GriffinR <griffin.g.richards@gmail.com> | 2020-08-20 18:02:00 -0400 |
|---|---|---|
| committer | GriffinR <griffin.g.richards@gmail.com> | 2020-08-20 19:06:14 -0400 |
| commit | 30142411799650c17367ce4652269e8ecca7ceef (patch) | |
| tree | 69a4b6b971c0df861bf549c64029317e1146ab99 /data/maps/MtChimney | |
| parent | 6c34effda93c67a37895e79b684b31b3cb9a2a88 (diff) | |
Give songs meaningful english names
Diffstat (limited to 'data/maps/MtChimney')
| -rw-r--r-- | data/maps/MtChimney/map.json | 2 | ||||
| -rw-r--r-- | data/maps/MtChimney/scripts.inc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/data/maps/MtChimney/map.json b/data/maps/MtChimney/map.json index 7e95b291c..7083ff7de 100644 --- a/data/maps/MtChimney/map.json +++ b/data/maps/MtChimney/map.json @@ -2,7 +2,7 @@ "id": "MAP_MT_CHIMNEY", "name": "MtChimney", "layout": "LAYOUT_MT_CHIMNEY", - "music": "MUS_TOZAN", + "music": "MUS_MT_CHIMNEY", "region_map_section": "MAPSEC_MT_CHIMNEY", "requires_flash": false, "weather": "WEATHER_VOLCANIC_ASH", diff --git a/data/maps/MtChimney/scripts.inc b/data/maps/MtChimney/scripts.inc index 42ebce0f9..c633d9313 100644 --- a/data/maps/MtChimney/scripts.inc +++ b/data/maps/MtChimney/scripts.inc @@ -40,7 +40,7 @@ MtChimney_EventScript_ArchieBusyFighting:: @ 822EE02 MtChimney_EventScript_Maxie:: @ 822EE0B lockall - playbgm MUS_MGM0, 0 + playbgm MUS_ENCOUNTER_MAGMA, 0 msgbox MtChimney_Text_MeteoriteWillActivateVolcano, MSGBOX_DEFAULT applymovement LOCALID_MAXIE, Common_Movement_FacePlayer waitmovement 0 |
