Convert map data to JSON
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
NavelRock_Exterior_MapWarps:
|
||||
warp_def 10, 18, 0, 0, MAP_NAVEL_ROCK_HARBOR
|
||||
warp_def 10, 10, 0, 1, MAP_NAVEL_ROCK_ENTRANCE
|
||||
|
||||
NavelRock_Exterior_MapEvents::
|
||||
map_events 0x0, NavelRock_Exterior_MapWarps, 0x0, 0x0
|
||||
|
||||
@@ -1,15 +0,0 @@
|
||||
NavelRock_Exterior:
|
||||
.4byte NavelRock_Exterior_Layout
|
||||
.4byte NavelRock_Exterior_MapEvents
|
||||
.4byte NavelRock_Exterior_MapScripts
|
||||
.4byte 0x0
|
||||
.2byte MUS_RG_NANASHIMA
|
||||
.2byte LAYOUT_NAVEL_ROCK_EXTERIOR
|
||||
.byte MAPSEC_NAVEL_ROCK2
|
||||
.byte 0
|
||||
.byte WEATHER_NONE
|
||||
.byte MAP_TYPE_INDOOR
|
||||
.2byte 0
|
||||
map_header_flags allow_bike=1, allow_escape_rope=0, allow_run=1, show_map_name=1
|
||||
.byte MAP_BATTLE_SCENE_NORMAL
|
||||
|
||||
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"id": "MAP_NAVEL_ROCK_EXTERIOR",
|
||||
"name": "NavelRock_Exterior",
|
||||
"layout": "LAYOUT_NAVEL_ROCK_EXTERIOR",
|
||||
"music": "MUS_RG_NANASHIMA",
|
||||
"region_map_section": "MAPSEC_NAVEL_ROCK2",
|
||||
"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": []
|
||||
}
|
||||
Reference in New Issue
Block a user