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 @@
UnknownMap_03_51_MapConnectionsList: @ 8352D94
connection up, 0, MAP_THREE_ISLAND
UnknownMap_03_51_MapConnections:: @ 8352DA0
.4byte 1
.4byte UnknownMap_03_51_MapConnectionsList
-2
View File
@@ -1,2 +0,0 @@
UnknownMap_03_51_MapEvents::
map_events 0x0, 0x0, 0x0, 0x0
-8
View File
@@ -1,8 +0,0 @@
UnknownMap_03_51:: @ 8350BAC
.4byte UnknownMap_03_51_Layout @ 0x83283D0
.4byte UnknownMap_03_51_MapEvents @ 0x83B8B38
.4byte UnknownMap_03_51_MapScripts @ 0x81687E1
.4byte UnknownMap_03_51_MapConnections @ 0x8352DA0
.2byte BGM_FRLG_SEVII_ISLANDS
.2byte 243
.byte 0x9c, 0x00, 0x02, 0x03, 0x01, 0x06, 0x00, 0x00
+25
View File
@@ -0,0 +1,25 @@
{
"id": "MAP_UNKNOWN_MAP_03_51",
"name": "UnknownMap_03_51",
"layout": "LAYOUT_UNKNOWN_MAP_03_51",
"music": "BGM_FRLG_SEVII_ISLANDS",
"region_map_section": "MAPSEC_SEVII_ISLE_7",
"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_THREE_ISLAND",
"offset": 0,
"direction": "up"
}
],
"object_events": [],
"warp_events": [],
"coord_events": [],
"bg_events": []
}