pokefirered/data/maps/SaffronCity_Connection/map.json
2020-08-29 03:11:03 -04:00

43 lines
902 B
JSON

{
"id": "MAP_SAFFRON_CITY_CONNECTION",
"name": "SaffronCity_Connection",
"layout": "LAYOUT_SAFFRON_CITY_CONNECTION",
"music": "MUS_PEWTER",
"region_map_section": "MAPSEC_SAFFRON_CITY",
"requires_flash": false,
"weather": "WEATHER_SUNNY",
"map_type": "MAP_TYPE_TOWN",
"allow_cycling": true,
"allow_escaping": false,
"allow_running": true,
"show_map_name": true,
"floor_number": 0,
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
"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": []
}