diff options
| author | GriffinR <griffin.g.richards@gmail.com> | 2020-08-29 03:11:03 -0400 |
|---|---|---|
| committer | GriffinR <griffin.g.richards@gmail.com> | 2020-08-29 03:11:03 -0400 |
| commit | bb56d4a3f4cab33f899646e0630282fc6176a9c9 (patch) | |
| tree | cb094078122b217fc67e2285614b79c6e83eaf88 /data/maps/PewterCity | |
| parent | c5839905a1259fd7e843c0ffa1ce2470d40b76ae (diff) | |
Give songs meaningful english names
Diffstat (limited to 'data/maps/PewterCity')
| -rw-r--r-- | data/maps/PewterCity/map.json | 2 | ||||
| -rw-r--r-- | data/maps/PewterCity/scripts.inc | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/data/maps/PewterCity/map.json b/data/maps/PewterCity/map.json index 6d6fc0396..eca9af0b8 100644 --- a/data/maps/PewterCity/map.json +++ b/data/maps/PewterCity/map.json @@ -2,7 +2,7 @@ "id": "MAP_PEWTER_CITY", "name": "PewterCity", "layout": "LAYOUT_PEWTER_CITY", - "music": "MUS_NIBI", + "music": "MUS_PEWTER", "region_map_section": "MAPSEC_PEWTER_CITY", "requires_flash": false, "weather": "WEATHER_SUNNY", diff --git a/data/maps/PewterCity/scripts.inc b/data/maps/PewterCity/scripts.inc index 5bb795169..2d0320b10 100644 --- a/data/maps/PewterCity/scripts.inc +++ b/data/maps/PewterCity/scripts.inc @@ -18,7 +18,7 @@ PewterCity_EventScript_GymGuide:: @ 8165B9D faceplayer msgbox PewterCity_Text_BrocksLookingForChallengersFollowMe closemessage - playbgm MUS_ANNAI, 0 + playbgm MUS_FOLLOW_ME, 0 compare VAR_FACING, DIR_EAST call_if_eq PewterCity_EventScript_WalkToGymEast msgbox PewterCity_Text_GoTakeOnBrock @@ -287,7 +287,7 @@ PewterCity_EventScript_GymGuideTrigger:: @ 8165DBE textcolor 0 msgbox PewterCity_Text_BrocksLookingForChallengersFollowMe closemessage - playbgm MUS_ANNAI, 0 + playbgm MUS_FOLLOW_ME, 0 compare VAR_TEMP_1, 0 call_if_eq PewterCity_EventScript_WalkToGymTop compare VAR_TEMP_1, 1 @@ -445,7 +445,7 @@ PewterCity_EventScript_MuseumGuide:: @ 816607E msgbox PewterCity_Text_ReallyYouHaveToGo closemessage delay 10 - playbgm MUS_ANNAI, 0 + playbgm MUS_FOLLOW_ME, 0 compare VAR_FACING, DIR_NORTH call_if_eq PewterCity_EventScript_LeadToMuseumNorth compare VAR_FACING, DIR_SOUTH @@ -719,7 +719,7 @@ PewterCity_EventScript_AideGiveRunningShoes:: @ 81662DE call_if_eq PewterCity_EventScript_AideApproachPlayer3 msgbox PewterCity_Text_AskedToDeliverThis textcolor 3 - playfanfare MUS_FAN5 + playfanfare MUS_OBTAIN_KEY_ITEM message PewterCity_Text_ReceivedRunningShoesFromAide waitmessage waitfanfare |
