import from github
This commit is contained in:
35
data/maps/NavelRock_Down03/map.json
Normal file
35
data/maps/NavelRock_Down03/map.json
Normal file
@ -0,0 +1,35 @@
|
||||
{
|
||||
"id": "MAP_NAVEL_ROCK_DOWN03",
|
||||
"name": "NavelRock_Down03",
|
||||
"layout": "LAYOUT_NAVEL_ROCK_LADDER_ROOM1",
|
||||
"music": "MUS_RG_SEVII_CAVE",
|
||||
"region_map_section": "MAPSEC_NAVEL_ROCK",
|
||||
"requires_flash": false,
|
||||
"weather": "WEATHER_NONE",
|
||||
"map_type": "MAP_TYPE_UNDERGROUND",
|
||||
"allow_cycling": false,
|
||||
"allow_escaping": false,
|
||||
"allow_running": true,
|
||||
"show_map_name": true,
|
||||
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
|
||||
"connections": null,
|
||||
"object_events": [],
|
||||
"warp_events": [
|
||||
{
|
||||
"x": 3,
|
||||
"y": 3,
|
||||
"elevation": 3,
|
||||
"dest_map": "MAP_NAVEL_ROCK_DOWN02",
|
||||
"dest_warp_id": 1
|
||||
},
|
||||
{
|
||||
"x": 5,
|
||||
"y": 5,
|
||||
"elevation": 3,
|
||||
"dest_map": "MAP_NAVEL_ROCK_DOWN04",
|
||||
"dest_warp_id": 0
|
||||
}
|
||||
],
|
||||
"coord_events": [],
|
||||
"bg_events": []
|
||||
}
|
3
data/maps/NavelRock_Down03/scripts.inc
Normal file
3
data/maps/NavelRock_Down03/scripts.inc
Normal file
@ -0,0 +1,3 @@
|
||||
NavelRock_Down03_MapScripts::
|
||||
.byte 0
|
||||
|
Reference in New Issue
Block a user