mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-17 03:57:38 +01:00
56 lines
1.2 KiB
JSON
56 lines
1.2 KiB
JSON
|
{
|
||
|
"id": "MAP_UNDERWATER4",
|
||
|
"name": "Underwater4",
|
||
|
"layout": "LAYOUT_UNDERWATER4",
|
||
|
"music": "MUS_DEEPDEEP",
|
||
|
"region_map_section": "MAPSEC_UNDERWATER_127",
|
||
|
"requires_flash": false,
|
||
|
"weather": "WEATHER_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": "up",
|
||
|
"offset": 0,
|
||
|
"map": "MAP_UNDERWATER3"
|
||
|
},
|
||
|
{
|
||
|
"direction": "emerge",
|
||
|
"offset": 0,
|
||
|
"map": "MAP_ROUTE128"
|
||
|
}
|
||
|
],
|
||
|
"object_events": [],
|
||
|
"warp_events": [
|
||
|
{
|
||
|
"x": 38,
|
||
|
"y": 26,
|
||
|
"elevation": 3,
|
||
|
"dest_map": "MAP_UNDERWATER_SEAFLOOR_CAVERN",
|
||
|
"dest_warp_id": 0
|
||
|
}
|
||
|
],
|
||
|
"coord_events": [],
|
||
|
"bg_events": [
|
||
|
{
|
||
|
"type": "hidden_item",
|
||
|
"x": 38,
|
||
|
"y": 19,
|
||
|
"elevation": 3,
|
||
|
"item": "ITEM_PROTEIN",
|
||
|
"flag": "FLAG_HIDDEN_ITEM_UNDERWATER_4_PROTEIN"
|
||
|
},
|
||
|
{
|
||
|
"type": "hidden_item",
|
||
|
"x": 69,
|
||
|
"y": 18,
|
||
|
"elevation": 3,
|
||
|
"item": "ITEM_PEARL",
|
||
|
"flag": "FLAG_HIDDEN_ITEM_UNDERWATER_4_PEARL"
|
||
|
}
|
||
|
]
|
||
|
}
|