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_50_MapConnectionsList: @ 8352D80
connection up, 0, MAP_THREE_ISLAND
UnknownMap_03_50_MapConnections:: @ 8352D8C
.4byte 1
.4byte UnknownMap_03_50_MapConnectionsList
-2
View File
@@ -1,2 +0,0 @@
UnknownMap_03_50_MapEvents::
map_events 0x0, 0x0, 0x0, 0x0
-8
View File
@@ -1,8 +0,0 @@
UnknownMap_03_50:: @ 8350B90
.4byte UnknownMap_03_50_Layout @ 0x83283A8
.4byte UnknownMap_03_50_MapEvents @ 0x83B8B24
.4byte UnknownMap_03_50_MapScripts @ 0x81687E0
.4byte UnknownMap_03_50_MapConnections @ 0x8352D8C
.2byte BGM_FRLG_SEVII_ISLANDS
.2byte 242
.byte 0x9b, 0x00, 0x02, 0x03, 0x01, 0x06, 0x00, 0x00
+25
View File
@@ -0,0 +1,25 @@
{
"id": "MAP_UNKNOWN_MAP_03_50",
"name": "UnknownMap_03_50",
"layout": "LAYOUT_UNKNOWN_MAP_03_50",
"music": "BGM_FRLG_SEVII_ISLANDS",
"region_map_section": "MAPSEC_SEVII_ISLE_6",
"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": []
}