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/UnionRoom | |
parent | e94f9c148358f2e25e6ebbd58d39eb9ddd27f7c3 (diff) |
Name battle scene and map type constants
Diffstat (limited to 'data/maps/UnionRoom')
-rw-r--r-- | data/maps/UnionRoom/map.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/maps/UnionRoom/map.json b/data/maps/UnionRoom/map.json index 2ceb57c4b..f46654c7b 100644 --- a/data/maps/UnionRoom/map.json +++ b/data/maps/UnionRoom/map.json @@ -6,13 +6,13 @@ "region_map_section": "MAPSEC_SPECIAL_AREA", "requires_flash": false, "weather": "WEATHER_NONE", - "map_type": "MAP_TYPE_8", + "map_type": "MAP_TYPE_INDOOR", "allow_cycling": false, "allow_escaping": false, "allow_running": false, "show_map_name": false, "floor_number": 0, - "battle_scene": "BATTLE_SCENE_8", + "battle_scene": "MAP_BATTLE_SCENE_LINK", "connections": null, "object_events": [ { |