pokeemerald/data/maps/NavelRock_Exterior/map.json
PikalaxALT 7a059c75a6
Merge pull request #968 from GriffinRichards/doc-regionmap
Document some pokenav and region map
2020-03-17 10:38:20 -04:00

36 lines
800 B
JSON

{
"id": "MAP_NAVEL_ROCK_EXTERIOR",
"name": "NavelRock_Exterior",
"layout": "LAYOUT_NAVEL_ROCK_EXTERIOR",
"music": "MUS_RG_NANASHIMA",
"region_map_section": "MAPSEC_NAVEL_ROCK",
"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": []
}