tumbledemerald-legacy/data/maps/Route122/map.json
2022-05-19 17:14:13 +00:00

40 lines
799 B
JSON

{
"id": "MAP_ROUTE122",
"name": "Route122",
"layout": "LAYOUT_ROUTE122",
"music": "MUS_ROUTE122",
"region_map_section": "MAPSEC_ROUTE_122",
"requires_flash": false,
"weather": "WEATHER_SUNNY",
"map_type": "MAP_TYPE_ROUTE",
"allow_cycling": true,
"allow_escaping": false,
"allow_running": true,
"show_map_name": true,
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
"connections": [
{
"direction": "up",
"offset": -20,
"map": "MAP_ROUTE121"
},
{
"direction": "down",
"offset": -100,
"map": "MAP_ROUTE123"
}
],
"object_events": [],
"warp_events": [
{
"x": 22,
"y": 29,
"elevation": 0,
"dest_map": "MAP_MT_PYRE_1F",
"dest_warp_id": 0
}
],
"coord_events": [],
"bg_events": []
}