diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-02-18 16:16:03 -0500 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2020-02-18 16:16:03 -0500 |
commit | 729c224bf2421c30e64f2082f19907b5e66b8138 (patch) | |
tree | 79b85113649e7ba33f37962ecbcaae4a6d85956a /data/maps/Route23 | |
parent | e94f9c148358f2e25e6ebbd58d39eb9ddd27f7c3 (diff) |
Name battle scene and map type constants
Diffstat (limited to 'data/maps/Route23')
-rw-r--r-- | data/maps/Route23/map.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/maps/Route23/map.json b/data/maps/Route23/map.json index e61cf6357..145f20cf3 100644 --- a/data/maps/Route23/map.json +++ b/data/maps/Route23/map.json @@ -6,13 +6,13 @@ "region_map_section": "MAPSEC_ROUTE_23", "requires_flash": false, "weather": "WEATHER_SUNNY", - "map_type": "MAP_TYPE_3", + "map_type": "MAP_TYPE_ROUTE", "allow_cycling": true, "allow_escaping": false, "allow_running": true, "show_map_name": true, "floor_number": 0, - "battle_scene": "BATTLE_SCENE_0", + "battle_scene": "MAP_BATTLE_SCENE_NORMAL", "connections": [ { "map": "MAP_INDIGO_PLATEAU_EXTERIOR", |