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
-11
View File
@@ -1,11 +0,0 @@
ThreeIsland_House1_EventObjects:
object_event 1, 17, 0, 3, 0, 4, 0, 0, 10, 17, 0, 0, 0, 0, 0, ThreeIsland_House1_EventScript_17181A, 118, 0, 0
ThreeIsland_House1_MapWarps:
warp_def 4, 7, 3, 0, 782
ThreeIsland_House1_MapBGEvents:
bg_event 2, 1, 0, 0, 0, ThreeIsland_House1_EventScript_171829
ThreeIsland_House1_MapEvents::
map_events ThreeIsland_House1_EventObjects, ThreeIsland_House1_MapWarps, 0x0, ThreeIsland_House1_MapBGEvents
-8
View File
@@ -1,8 +0,0 @@
ThreeIsland_House1:: @ 8351C84
.4byte ThreeIsland_House1_Layout @ 0x82D7504
.4byte ThreeIsland_House1_MapEvents @ 0x83BE7A4
.4byte ThreeIsland_House1_MapScripts @ 0x8171819
.4byte NULL
.2byte BGM_FRLG_ISLAND_ONE
.2byte 31
.byte 0x91, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00
+49
View File
@@ -0,0 +1,49 @@
{
"id": "MAP_THREE_ISLAND_HOUSE1",
"name": "ThreeIsland_House1",
"layout": "LAYOUT_THREE_ISLAND_HOUSE1",
"music": "BGM_FRLG_ISLAND_ONE",
"region_map_section": "MAPSEC_THREE_ISLAND",
"requires_flash": false,
"weather": "WEATHER_0",
"map_type": "MAP_TYPE_8",
"unknown_18": 0,
"unknown_19": 0,
"elevator_flag": 0,
"battle_scene": "BATTLE_SCENE_0",
"connections": null,
"object_events": [
{
"graphics_id": "17",
"x": 3,
"y": 4,
"elevation": 0,
"movement_type": "10",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "ThreeIsland_House1_EventScript_17181A",
"flag": "118"
}
],
"warp_events": [
{
"x": 4,
"y": 7,
"elevation": 3,
"dest_map": "MAP_THREE_ISLAND",
"dest_warp_id": 0
}
],
"coord_events": [],
"bg_events": [
{
"type": "bg_event_type_0",
"x": 2,
"y": 1,
"elevation": 0,
"script": "ThreeIsland_House1_EventScript_171829"
}
]
}