diff options
| author | GriffinR <griffin.g.richards@gmail.com> | 2020-01-31 14:57:57 -0500 |
|---|---|---|
| committer | GriffinR <griffin.g.richards@gmail.com> | 2020-01-31 14:57:57 -0500 |
| commit | 4ab216f309fe2db2cd2abfa775fa235f59178791 (patch) | |
| tree | 3e6d65a85f6458897032879e920f40f4a221e24a /data/maps/SaffronCity_Connection/map.json | |
| parent | f6af394f2a252a6f8941172ce08f4b38f7d8a643 (diff) | |
Rename generic building tilesets, SAFFRON_CITY_CLASSIC
Diffstat (limited to 'data/maps/SaffronCity_Connection/map.json')
| -rw-r--r-- | data/maps/SaffronCity_Connection/map.json | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/data/maps/SaffronCity_Connection/map.json b/data/maps/SaffronCity_Connection/map.json new file mode 100644 index 000000000..718007c43 --- /dev/null +++ b/data/maps/SaffronCity_Connection/map.json @@ -0,0 +1,40 @@ +{ + "id": "MAP_SAFFRON_CITY_CONNECTION", + "name": "SaffronCity_Connection", + "layout": "LAYOUT_SAFFRON_CITY_CONNECTION", + "music": "MUS_NIBI", + "region_map_section": "MAPSEC_SAFFRON_CITY", + "requires_flash": false, + "weather": "WEATHER_SUNNY", + "map_type": "MAP_TYPE_1", + "unknown_18": 1, + "unknown_19": 6, + "elevator_flag": 0, + "battle_scene": "BATTLE_SCENE_0", + "connections": [ + { + "map": "MAP_ROUTE5", + "offset": 0, + "direction": "up" + }, + { + "map": "MAP_ROUTE6", + "offset": 12, + "direction": "down" + }, + { + "map": "MAP_ROUTE7", + "offset": 10, + "direction": "left" + }, + { + "map": "MAP_ROUTE8", + "offset": 10, + "direction": "right" + } + ], + "object_events": [], + "warp_events": [], + "coord_events": [], + "bg_events": [] +} |
