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,11 +0,0 @@
SixIsland_WaterPath_House1_EventObjects:
object_event 1, 29, 0, 3, 0, 4, 0, 3, 8, 17, 0, 0, 0, 0, 0, SixIsland_WaterPath_House1_EventScript_17206D, 0, 0, 0
SixIsland_WaterPath_House1_MapWarps:
warp_def 3, 7, 3, 0, 828
SixIsland_WaterPath_House1_MapBGEvents:
bg_event 9, 1, 0, 0, 0, SixIsland_WaterPath_House1_EventScript_172157
SixIsland_WaterPath_House1_MapEvents::
map_events SixIsland_WaterPath_House1_EventObjects, SixIsland_WaterPath_House1_MapWarps, 0x0, SixIsland_WaterPath_House1_MapBGEvents
@@ -1,8 +0,0 @@
SixIsland_WaterPath_House1:: @ 8351FB0
.4byte House4_Layout @ 0x82D6070
.4byte SixIsland_WaterPath_House1_MapEvents @ 0x83BF334
.4byte SixIsland_WaterPath_House1_MapScripts @ 0x817206C
.4byte NULL
.2byte BGM_FRLG_CERULEAN_CITY
.2byte 13
.byte 0xa5, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00
@@ -0,0 +1,49 @@
{
"id": "MAP_SIX_ISLAND_WATER_PATH_HOUSE1",
"name": "SixIsland_WaterPath_House1",
"layout": "LAYOUT_HOUSE4",
"music": "BGM_FRLG_CERULEAN_CITY",
"region_map_section": "MAPSEC_WATER_PATH",
"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": "29",
"x": 3,
"y": 4,
"elevation": 3,
"movement_type": "8",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "SixIsland_WaterPath_House1_EventScript_17206D",
"flag": "0"
}
],
"warp_events": [
{
"x": 3,
"y": 7,
"elevation": 3,
"dest_map": "MAP_SIX_ISLAND_WATER_PATH",
"dest_warp_id": 0
}
],
"coord_events": [],
"bg_events": [
{
"type": "bg_event_type_0",
"x": 9,
"y": 1,
"elevation": 0,
"script": "SixIsland_WaterPath_House1_EventScript_172157"
}
]
}