diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-03-10 23:13:27 -0400 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2020-04-28 19:59:08 -0500 |
commit | b1d26e10a829a2a1526754b88167485df7e2511f (patch) | |
tree | c7bc3138a1f0a131a713457e4905ebc71c10b677 /data/maps/SecretBase_Tree4 | |
parent | 724ffe14ee2be59a34dc6a397f6579cc0d820cff (diff) |
Sync map header property names with pokefirered
Diffstat (limited to 'data/maps/SecretBase_Tree4')
-rw-r--r-- | data/maps/SecretBase_Tree4/map.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/maps/SecretBase_Tree4/map.json b/data/maps/SecretBase_Tree4/map.json index 1c35f9249..a73776567 100644 --- a/data/maps/SecretBase_Tree4/map.json +++ b/data/maps/SecretBase_Tree4/map.json @@ -8,8 +8,8 @@ "requires_flash": false, "weather": "WEATHER_NONE", "map_type": "MAP_TYPE_SECRET_BASE", - "allow_bike": false, - "allow_escape_rope": false, + "allow_cycling": false, + "allow_escaping": false, "allow_running": true, "show_map_name": true, "battle_scene": "MAP_BATTLE_SCENE_FRONTIER", |