pokeemerald/data/maps/NavelRock_Down06/map.json

36 lines
802 B
JSON
Raw Normal View History

2019-01-31 22:51:20 +01:00
{
"id": "MAP_NAVEL_ROCK_DOWN06",
"name": "NavelRock_Down06",
"layout": "LAYOUT_NAVEL_ROCK_LADDER_ROOM2",
"music": "MUS_RG_NANADUNGEON",
2020-02-05 08:47:32 +01:00
"region_map_section": "MAPSEC_NAVEL_ROCK",
2019-01-31 22:51:20 +01:00
"requires_flash": false,
"weather": "WEATHER_NONE",
"map_type": "MAP_TYPE_UNDERGROUND",
"allow_cycling": false,
"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": null,
"object_events": [],
"warp_events": [
{
"x": 5,
"y": 5,
"elevation": 3,
"dest_map": "MAP_NAVEL_ROCK_DOWN05",
"dest_warp_id": 1
},
{
"x": 3,
"y": 3,
"elevation": 3,
"dest_map": "MAP_NAVEL_ROCK_DOWN07",
"dest_warp_id": 0
}
],
"coord_events": [],
"bg_events": []
}