convert map data to json

This commit is contained in:
garak
2019-05-13 19:44:24 -04:00
parent 4b98d7d07a
commit 55d66b5177
2112 changed files with 53337 additions and 19410 deletions
@@ -1,12 +0,0 @@
SixIsland_DottedHole_B2F_MapWarps:
warp_def 6, 7, 3, 1, 372
warp_def 6, 1, 3, 3, 371
warp_def 11, 5, 3, 3, 371
warp_def 6, 9, 3, 3, 371
warp_def 1, 5, 3, 0, 374
SixIsland_DottedHole_B2F_MapBGEvents:
bg_event 6, 5, 0, 1, 0, SixIsland_DottedHole_B2F_EventScript_1641A7
SixIsland_DottedHole_B2F_MapEvents::
map_events 0x0, SixIsland_DottedHole_B2F_MapWarps, 0x0, SixIsland_DottedHole_B2F_MapBGEvents
@@ -1,8 +0,0 @@
SixIsland_DottedHole_B2F:: @ 834FEE0
.4byte SixIsland_DottedHole_B2F_Layout @ 0x834394C
.4byte SixIsland_DottedHole_B2F_MapEvents @ 0x83B38E0
.4byte SixIsland_DottedHole_B2F_MapScripts @ 0x81641B1
.4byte NULL
.2byte BGM_FRLG_TANOBY_RUINS
.2byte 311
.byte 0xb4, 0x00, 0x00, 0x04, 0x01, 0x07, 0x00, 0x00
@@ -0,0 +1,63 @@
{
"id": "MAP_SIX_ISLAND_DOTTED_HOLE_B2F",
"name": "SixIsland_DottedHole_B2F",
"layout": "LAYOUT_SIX_ISLAND_DOTTED_HOLE_B2F",
"music": "BGM_FRLG_TANOBY_RUINS",
"region_map_section": "MAPSEC_DOTTED_HOLE",
"requires_flash": false,
"weather": "WEATHER_0",
"map_type": "MAP_TYPE_4",
"unknown_18": 1,
"unknown_19": 7,
"elevator_flag": 0,
"battle_scene": "BATTLE_SCENE_0",
"connections": null,
"object_events": [],
"warp_events": [
{
"x": 6,
"y": 7,
"elevation": 3,
"dest_map": "MAP_SIX_ISLAND_DOTTED_HOLE_B1F",
"dest_warp_id": 1
},
{
"x": 6,
"y": 1,
"elevation": 3,
"dest_map": "MAP_SIX_ISLAND_DOTTED_HOLE_1F",
"dest_warp_id": 3
},
{
"x": 11,
"y": 5,
"elevation": 3,
"dest_map": "MAP_SIX_ISLAND_DOTTED_HOLE_1F",
"dest_warp_id": 3
},
{
"x": 6,
"y": 9,
"elevation": 3,
"dest_map": "MAP_SIX_ISLAND_DOTTED_HOLE_1F",
"dest_warp_id": 3
},
{
"x": 1,
"y": 5,
"elevation": 3,
"dest_map": "MAP_SIX_ISLAND_DOTTED_HOLE_B3F",
"dest_warp_id": 0
}
],
"coord_events": [],
"bg_events": [
{
"type": "bg_event_type_1",
"x": 6,
"y": 5,
"elevation": 0,
"script": "SixIsland_DottedHole_B2F_EventScript_1641A7"
}
]
}