diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2020-02-18 16:42:47 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-18 16:42:47 -0500 |
commit | f9c1b6101495f09cf797cf0cb466ec4cc5838e72 (patch) | |
tree | a9928af64ee6a0ee6c9409ca40d43ddefe14c27d /data/maps/Route3 | |
parent | e4d15a2338500e91e1f2a9723c48ecf25ae8111e (diff) | |
parent | 753e894b6a9aa9f51789d4e1945d310749fd6c54 (diff) |
Merge pull request #258 from GriffinRichards/doc-headers
Document some header properties
Diffstat (limited to 'data/maps/Route3')
-rw-r--r-- | data/maps/Route3/map.json | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/data/maps/Route3/map.json b/data/maps/Route3/map.json index f2ad40c5e..af0de6644 100644 --- a/data/maps/Route3/map.json +++ b/data/maps/Route3/map.json @@ -6,11 +6,13 @@ "region_map_section": "MAPSEC_ROUTE_3", "requires_flash": false, "weather": "WEATHER_SUNNY", - "map_type": "MAP_TYPE_3", - "unknown_18": 1, - "unknown_19": 6, - "elevator_flag": 0, - "battle_scene": "BATTLE_SCENE_0", + "map_type": "MAP_TYPE_ROUTE", + "allow_cycling": true, + "allow_escaping": false, + "allow_running": true, + "show_map_name": true, + "floor_number": 0, + "battle_scene": "MAP_BATTLE_SCENE_NORMAL", "connections": [ { "map": "MAP_ROUTE4", |