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
-13
View File
@@ -1,13 +0,0 @@
SSAnne_B1F_Corridor_MapWarps:
warp_def 19, 3, 3, 5, 261
warp_def 2, 2, 0, 0, 280
warp_def 6, 2, 0, 0, 281
warp_def 10, 2, 0, 0, 282
warp_def 14, 2, 0, 0, 283
warp_def 18, 2, 0, 0, 284
SSAnne_B1F_Corridor_MapBGEvents:
bg_event 21, 5, 3, 7, 0, 21, 8, 1
SSAnne_B1F_Corridor_MapEvents::
map_events 0x0, SSAnne_B1F_Corridor_MapWarps, 0x0, SSAnne_B1F_Corridor_MapBGEvents
-8
View File
@@ -1,8 +0,0 @@
SSAnne_B1F_Corridor:: @ 834F2F4
.4byte SSAnne_B1F_Corridor_Layout @ 0x8300270
.4byte SSAnne_B1F_Corridor_MapEvents @ 0x83AEAC4
.4byte SSAnne_B1F_Corridor_MapScripts @ 0x8160A67
.4byte NULL
.2byte BGM_FRLG_SS_ANNE
.2byte 122
.byte 0x80, 0x00, 0x00, 0x08, 0x00, 0x06, 0x00, 0x00
+72
View File
@@ -0,0 +1,72 @@
{
"id": "MAP_SSANNE_B1F_CORRIDOR",
"name": "SSAnne_B1F_Corridor",
"layout": "LAYOUT_SSANNE_B1F_CORRIDOR",
"music": "BGM_FRLG_SS_ANNE",
"region_map_section": "MAPSEC_S_S_ANNE",
"requires_flash": false,
"weather": "WEATHER_0",
"map_type": "MAP_TYPE_8",
"unknown_18": 0,
"unknown_19": 6,
"elevator_flag": 0,
"battle_scene": "BATTLE_SCENE_0",
"connections": null,
"object_events": [],
"warp_events": [
{
"x": 19,
"y": 3,
"elevation": 3,
"dest_map": "MAP_SSANNE_1F_CORRIDOR",
"dest_warp_id": 5
},
{
"x": 2,
"y": 2,
"elevation": 0,
"dest_map": "MAP_SSANNE_B1F_ROOM1",
"dest_warp_id": 0
},
{
"x": 6,
"y": 2,
"elevation": 0,
"dest_map": "MAP_SSANNE_B1F_ROOM2",
"dest_warp_id": 0
},
{
"x": 10,
"y": 2,
"elevation": 0,
"dest_map": "MAP_SSANNE_B1F_ROOM3",
"dest_warp_id": 0
},
{
"x": 14,
"y": 2,
"elevation": 0,
"dest_map": "MAP_SSANNE_B1F_ROOM4",
"dest_warp_id": 0
},
{
"x": 18,
"y": 2,
"elevation": 0,
"dest_map": "MAP_SSANNE_B1F_ROOM5",
"dest_warp_id": 0
}
],
"coord_events": [],
"bg_events": [
{
"type": "hidden_item",
"x": 21,
"y": 5,
"elevation": 3,
"item": "ITEM_HYPER_POTION",
"flag": "8",
"unknown": 1
}
]
}