diff options
| author | Marcus Huderle <huderlem@gmail.com> | 2019-02-04 09:22:56 -0600 |
|---|---|---|
| committer | Marcus Huderle <huderlem@gmail.com> | 2019-02-04 10:44:11 -0600 |
| commit | a0ba1b7c6353f7e4f3066025514c05b323a0123d (patch) | |
| tree | 19bf9405189122eee3640446603b0341063c0eb8 /data/maps/LinkContestRoom3/map.json | |
| parent | 6aa410618f45c5b28de875d407aa14b907d4e5f5 (diff) | |
Convert map data to JSON
Diffstat (limited to 'data/maps/LinkContestRoom3/map.json')
| -rw-r--r-- | data/maps/LinkContestRoom3/map.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/data/maps/LinkContestRoom3/map.json b/data/maps/LinkContestRoom3/map.json new file mode 100644 index 000000000..9a7446dad --- /dev/null +++ b/data/maps/LinkContestRoom3/map.json @@ -0,0 +1,15 @@ +{ + "id": "MAP_LINK_CONTEST_ROOM3", + "name": "LinkContestRoom3", + "layout": "LAYOUT_LINK_CONTEST_ROOM3", + "music": "MUS_CONTEST0", + "region_map_section": "MAPSEC_DYNAMIC", + "requires_flash": false, + "weather": "WEATHER_NONE", + "map_type": "MAP_TYPE_INDOOR", + "show_map_name": false, + "battle_scene": "MAP_BATTLE_SCENE_NORMAL", + "connections": null, + "shared_events_map": "LinkContestRoom1", + "shared_scripts_map": "LinkContestRoom1" +}
\ No newline at end of file |
