pokeemerald/data/maps/Underwater_Route125/map.json

48 lines
934 B
JSON
Raw Normal View History

2019-01-31 22:51:20 +01:00
{
2020-09-01 09:03:14 +02:00
"id": "MAP_UNDERWATER_ROUTE125",
"name": "Underwater_Route125",
"layout": "LAYOUT_UNDERWATER_ROUTE125",
2020-08-21 00:02:00 +02:00
"music": "MUS_UNDERWATER",
2020-09-01 09:03:14 +02:00
"region_map_section": "MAPSEC_UNDERWATER_125",
2019-01-31 22:51:20 +01:00
"requires_flash": false,
2019-12-02 01:19:47 +01:00
"weather": "WEATHER_UNDERWATER_BUBBLES",
2019-01-31 22:51:20 +01:00
"map_type": "MAP_TYPE_UNDERWATER",
"allow_cycling": true,
"allow_escaping": false,
2019-01-31 22:51:20 +01:00
"allow_running": true,
"show_map_name": true,
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
"connections": [
{
"map": "MAP_ROUTE125",
2019-01-31 22:51:20 +01:00
"offset": 0,
"direction": "emerge"
2019-01-31 22:51:20 +01:00
}
],
2023-11-10 00:40:13 +01:00
"object_events": [
],
2019-01-31 22:51:20 +01:00
"warp_events": [
{
"x": 22,
"y": 10,
"elevation": 0,
"dest_map": "MAP_UNDERWATER_MARINE_CAVE",
"dest_warp_id": "0"
2019-01-31 22:51:20 +01:00
},
{
"x": 45,
"y": 30,
"elevation": 0,
"dest_map": "MAP_UNDERWATER_MARINE_CAVE",
"dest_warp_id": "0"
2019-01-31 22:51:20 +01:00
}
],
2023-11-10 00:40:13 +01:00
"coord_events": [
],
"bg_events": [
]
}