mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 11:37:40 +01:00
46 lines
813 B
JSON
46 lines
813 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": [
|
|
{
|
|
"map": "MAP_ROUTE121",
|
|
"offset": -20,
|
|
"direction": "up"
|
|
},
|
|
{
|
|
"map": "MAP_ROUTE123",
|
|
"offset": -100,
|
|
"direction": "down"
|
|
}
|
|
],
|
|
"object_events": [
|
|
|
|
],
|
|
"warp_events": [
|
|
{
|
|
"x": 22,
|
|
"y": 29,
|
|
"elevation": 0,
|
|
"dest_map": "MAP_MT_PYRE_1F",
|
|
"dest_warp_id": "0"
|
|
}
|
|
],
|
|
"coord_events": [
|
|
|
|
],
|
|
"bg_events": [
|
|
|
|
]
|
|
}
|