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/Route4_PokemonCenter_2F | |
| parent | e4d15a2338500e91e1f2a9723c48ecf25ae8111e (diff) | |
| parent | 753e894b6a9aa9f51789d4e1945d310749fd6c54 (diff) | |
Merge pull request #258 from GriffinRichards/doc-headers
Document some header properties
Diffstat (limited to 'data/maps/Route4_PokemonCenter_2F')
| -rw-r--r-- | data/maps/Route4_PokemonCenter_2F/map.json | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/data/maps/Route4_PokemonCenter_2F/map.json b/data/maps/Route4_PokemonCenter_2F/map.json index e53504770..a71194174 100644 --- a/data/maps/Route4_PokemonCenter_2F/map.json +++ b/data/maps/Route4_PokemonCenter_2F/map.json @@ -6,11 +6,13 @@ "region_map_section": "MAPSEC_ROUTE_4", "requires_flash": false, "weather": "WEATHER_NONE", - "map_type": "MAP_TYPE_8", - "unknown_18": 0, - "unknown_19": 0, - "elevator_flag": 0, - "battle_scene": "BATTLE_SCENE_0", + "map_type": "MAP_TYPE_INDOOR", + "allow_cycling": false, + "allow_escaping": false, + "allow_running": false, + "show_map_name": false, + "floor_number": 0, + "battle_scene": "MAP_BATTLE_SCENE_NORMAL", "connections": null, "object_events": [ { |
