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,6 +0,0 @@
TwoIsland_CapeBrink_MapConnectionsList: @ 8352D44
connection down, -24, MAP_TWO_ISLAND
TwoIsland_CapeBrink_MapConnections:: @ 8352D50
.4byte 1
.4byte TwoIsland_CapeBrink_MapConnectionsList
-9
View File
@@ -1,9 +0,0 @@
TwoIsland_CapeBrink_MapWarps:
warp_def 12, 16, 0, 0, 10240
TwoIsland_CapeBrink_MapBGEvents:
bg_event 16, 28, 3, 7, 0, 71, 161, 129
bg_event 15, 13, 3, 7, 0, 68, 111, 1
TwoIsland_CapeBrink_MapEvents::
map_events 0x0, TwoIsland_CapeBrink_MapWarps, 0x0, TwoIsland_CapeBrink_MapBGEvents
-8
View File
@@ -1,8 +0,0 @@
TwoIsland_CapeBrink:: @ 8350B3C
.4byte TwoIsland_CapeBrink_Layout @ 0x8326CB8
.4byte TwoIsland_CapeBrink_MapEvents @ 0x83B8964
.4byte TwoIsland_CapeBrink_MapScripts @ 0x8168775
.4byte TwoIsland_CapeBrink_MapConnections @ 0x8352D50
.2byte BGM_FRLG_ROUTE_3
.2byte 239
.byte 0x98, 0x00, 0x02, 0x03, 0x01, 0x06, 0x00, 0x00
+52
View File
@@ -0,0 +1,52 @@
{
"id": "MAP_TWO_ISLAND_CAPE_BRINK",
"name": "TwoIsland_CapeBrink",
"layout": "LAYOUT_TWO_ISLAND_CAPE_BRINK",
"music": "BGM_FRLG_ROUTE_3",
"region_map_section": "MAPSEC_CAPE_BRINK",
"requires_flash": false,
"weather": "WEATHER_2",
"map_type": "MAP_TYPE_3",
"unknown_18": 1,
"unknown_19": 6,
"elevator_flag": 0,
"battle_scene": "BATTLE_SCENE_0",
"connections": [
{
"map": "MAP_TWO_ISLAND",
"offset": -24,
"direction": "down"
}
],
"object_events": [],
"warp_events": [
{
"x": 12,
"y": 16,
"elevation": 0,
"dest_map": "MAP_TWO_ISLAND_CAPE_BRINK_HOUSE",
"dest_warp_id": 0
}
],
"coord_events": [],
"bg_events": [
{
"type": "hidden_item",
"x": 16,
"y": 28,
"elevation": 3,
"item": "ITEM_PP_MAX",
"flag": "161",
"unknown": 129
},
{
"type": "hidden_item",
"x": 15,
"y": 13,
"elevation": 3,
"item": "ITEM_RARE_CANDY",
"flag": "111",
"unknown": 1
}
]
}