pokeemerald/data/maps/NavelRock_Entrance/map.json
2019-01-31 15:51:20 -06:00

35 lines
804 B
JSON

{
"id": "MAP_NAVEL_ROCK_ENTRANCE",
"name": "NavelRock_Entrance",
"layout": "LAYOUT_NAVEL_ROCK_ENTRANCE",
"music": "MUS_RG_NANADUNGEON",
"region_map_section": "MAPSEC_NAVEL_ROCK2",
"requires_flash": false,
"weather": "WEATHER_NONE",
"map_type": "MAP_TYPE_UNDERGROUND",
"allow_bike": false,
"allow_escape_rope": false,
"allow_running": true,
"show_map_name": true,
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
"connections": null,
"object_events": [],
"warp_events": [
{
"x": 10,
"y": 5,
"elevation": 3,
"dest_map": "MAP_NAVEL_ROCK_B1F",
"dest_warp_id": 0
},
{
"x": 10,
"y": 26,
"elevation": 3,
"dest_map": "MAP_NAVEL_ROCK_EXTERIOR",
"dest_warp_id": 1
}
],
"coord_events": [],
"bg_events": []
}