Convert map data to JSON

This commit is contained in:
Marcus Huderle
2019-01-31 15:51:20 -06:00
parent 5c1667b41a
commit 29d6221935
2102 changed files with 72595 additions and 27039 deletions
-7
View File
@@ -1,7 +0,0 @@
NavelRock_Down01_MapWarps:
warp_def 3, 3, 3, 2, MAP_NAVEL_ROCK_FORK
warp_def 5, 5, 3, 0, MAP_NAVEL_ROCK_DOWN02
NavelRock_Down01_MapEvents::
map_events 0x0, NavelRock_Down01_MapWarps, 0x0, 0x0
-15
View File
@@ -1,15 +0,0 @@
NavelRock_Down01:
.4byte NavelRock_LadderRoom1_Layout
.4byte NavelRock_Down01_MapEvents
.4byte NavelRock_Down01_MapScripts
.4byte 0x0
.2byte MUS_RG_NANADUNGEON
.2byte LAYOUT_NAVEL_ROCK_LADDER_ROOM1
.byte MAPSEC_NAVEL_ROCK2
.byte 0
.byte WEATHER_NONE
.byte MAP_TYPE_UNDERGROUND
.2byte 0
map_header_flags allow_bike=0, allow_escape_rope=0, allow_run=1, show_map_name=1
.byte MAP_BATTLE_SCENE_NORMAL
+35
View File
@@ -0,0 +1,35 @@
{
"id": "MAP_NAVEL_ROCK_DOWN01",
"name": "NavelRock_Down01",
"layout": "LAYOUT_NAVEL_ROCK_LADDER_ROOM1",
"music": "MUS_RG_NANADUNGEON",
"region_map_section": "MAPSEC_NAVEL_ROCK2",
"requires_flash": false,
"weather": "WEATHER_NONE",
"map_type": "MAP_TYPE_UNDERGROUND",
"allow_bike": false,
"allow_escape_rope": 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_FORK",
"dest_warp_id": 2
},
{
"x": 5,
"y": 5,
"elevation": 3,
"dest_map": "MAP_NAVEL_ROCK_DOWN02",
"dest_warp_id": 0
}
],
"coord_events": [],
"bg_events": []
}