diff options
| author | GriffinR <griffin.richards@comcast.net> | 2019-11-13 19:25:41 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-11-13 19:25:41 -0500 |
| commit | ff7e11c0b0b34fce0891b7bc1731971b2e0bfbc4 (patch) | |
| tree | daa010cdfdbf3fbf8868ac72d88fc40e2f332e28 /data/maps/ContestHallSmart | |
| parent | 7455bd9b9a6c02e5ff567400fde3ea6315be5837 (diff) | |
| parent | ef8370566f14c22b9927db09b8ff69a98049c796 (diff) | |
Merge branch 'master' into doc-scriptclean
Diffstat (limited to 'data/maps/ContestHallSmart')
| -rw-r--r-- | data/maps/ContestHallSmart/map.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/data/maps/ContestHallSmart/map.json b/data/maps/ContestHallSmart/map.json new file mode 100644 index 000000000..12d3cccd8 --- /dev/null +++ b/data/maps/ContestHallSmart/map.json @@ -0,0 +1,18 @@ +{ + "id": "MAP_CONTEST_HALL_SMART", + "name": "ContestHallSmart", + "layout": "LAYOUT_CONTEST_HALL_SMART", + "music": "MUS_CONTEST0", + "region_map_section": "MAPSEC_DYNAMIC", + "requires_flash": false, + "weather": "WEATHER_NONE", + "map_type": "MAP_TYPE_INDOOR", + "allow_bike": false, + "allow_escape_rope": false, + "allow_running": false, + "show_map_name": false, + "battle_scene": "MAP_BATTLE_SCENE_NORMAL", + "connections": null, + "shared_events_map": "ContestHall", + "shared_scripts_map": "ContestHall" +}
\ No newline at end of file |
