pokeemerald/data/maps/NavelRock_Exterior/map.json

36 lines
800 B
JSON
Raw Normal View History

2019-01-31 22:51:20 +01:00
{
"id": "MAP_NAVEL_ROCK_EXTERIOR",
"name": "NavelRock_Exterior",
"layout": "LAYOUT_NAVEL_ROCK_EXTERIOR",
"music": "MUS_RG_NANASHIMA",
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_INDOOR",
"allow_bike": true,
"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": 18,
"elevation": 0,
"dest_map": "MAP_NAVEL_ROCK_HARBOR",
"dest_warp_id": 0
},
{
"x": 10,
"y": 10,
"elevation": 0,
"dest_map": "MAP_NAVEL_ROCK_ENTRANCE",
"dest_warp_id": 1
}
],
"coord_events": [],
"bg_events": []
}