From 8c44c7b9494ea503887832b1fdf3a9902c5abbda Mon Sep 17 00:00:00 2001 From: SatoMew Date: Mon, 26 Aug 2019 20:23:25 +0100 Subject: Replace labels for used and unused Saffron City maps --- data/maps/Route5/map.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data/maps/Route5/map.json') diff --git a/data/maps/Route5/map.json b/data/maps/Route5/map.json index 0c79d7687..3cf8a29dc 100644 --- a/data/maps/Route5/map.json +++ b/data/maps/Route5/map.json @@ -18,7 +18,7 @@ "direction": "up" }, { - "map": "MAP_SAFFRON_CITY", + "map": "MAP_SAFFRON_CITY_CLASSIC", "offset": 0, "direction": "down" } -- cgit v1.2.3 From 855c052be041ed85789db1e460dd35cab9d12b4f Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Wed, 9 Oct 2019 20:02:59 -0400 Subject: Rename song constants using Japanese sound test menu --- data/maps/Route5/map.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data/maps/Route5/map.json') diff --git a/data/maps/Route5/map.json b/data/maps/Route5/map.json index 3cf8a29dc..8b047231e 100644 --- a/data/maps/Route5/map.json +++ b/data/maps/Route5/map.json @@ -2,7 +2,7 @@ "id": "MAP_ROUTE5", "name": "Route5", "layout": "LAYOUT_ROUTE5", - "music": "BGM_FRLG_ROUTE_3", + "music": "MUS_LOAD02", "region_map_section": "MAPSEC_ROUTE_5", "requires_flash": false, "weather": "WEATHER_SUNNY", -- cgit v1.2.3