pokeemerald/data/maps/Underwater5/map.json
2019-12-06 19:05:28 -06:00

41 lines
890 B
JSON

{
"id": "MAP_UNDERWATER5",
"name": "Underwater5",
"layout": "LAYOUT_UNDERWATER5",
"music": "MUS_DEEPDEEP",
"region_map_section": "MAPSEC_UNDERWATER_129",
"requires_flash": false,
"weather": "WEATHER_UNDERWATER_BUBBLES",
"map_type": "MAP_TYPE_UNDERWATER",
"allow_bike": true,
"allow_escape_rope": false,
"allow_running": true,
"show_map_name": true,
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
"connections": [
{
"direction": "emerge",
"offset": 0,
"map": "MAP_ROUTE129"
}
],
"object_events": [],
"warp_events": [
{
"x": 26,
"y": 3,
"elevation": 0,
"dest_map": "MAP_UNDERWATER_MARINE_CAVE",
"dest_warp_id": 0
},
{
"x": 32,
"y": 21,
"elevation": 0,
"dest_map": "MAP_UNDERWATER_MARINE_CAVE",
"dest_warp_id": 0
}
],
"coord_events": [],
"bg_events": []
}