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 @@
CeruleanCity_House5_EventObjects:
object_event 1, 33, 0, 7, 0, 4, 0, 3, 10, 17, 0, 0, 0, 0, 0, CeruleanCity_House5_EventScript_16AE50, 0, 0, 0
CeruleanCity_House5_MapWarps:
warp_def 4, 7, 3, 13, 771
CeruleanCity_House5_MapBGEvents:
bg_event 3, 1, 0, 0, 0, CeruleanCity_House5_EventScript_16B0DA
CeruleanCity_House5_MapEvents::
map_events CeruleanCity_House5_EventObjects, CeruleanCity_House5_MapWarps, 0x0, CeruleanCity_House5_MapBGEvents
-8
View File
@@ -1,8 +0,0 @@
CeruleanCity_House5:: @ 8351044
.4byte CeruleanCity_House5_Layout @ 0x8343540
.4byte CeruleanCity_House5_MapEvents @ 0x83BA7E4
.4byte CeruleanCity_House5_MapScripts @ 0x816AE4F
.4byte NULL
.2byte BGM_FRLG_CERULEAN_CITY
.2byte 308
.byte 0x5b, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00
+49
View File
@@ -0,0 +1,49 @@
{
"id": "MAP_CERULEAN_CITY_HOUSE5",
"name": "CeruleanCity_House5",
"layout": "LAYOUT_CERULEAN_CITY_HOUSE5",
"music": "BGM_FRLG_CERULEAN_CITY",
"region_map_section": "MAPSEC_CERULEAN_CITY",
"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": "33",
"x": 7,
"y": 4,
"elevation": 3,
"movement_type": "10",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "CeruleanCity_House5_EventScript_16AE50",
"flag": "0"
}
],
"warp_events": [
{
"x": 4,
"y": 7,
"elevation": 3,
"dest_map": "MAP_CERULEAN_CITY",
"dest_warp_id": 13
}
],
"coord_events": [],
"bg_events": [
{
"type": "bg_event_type_0",
"x": 3,
"y": 1,
"elevation": 0,
"script": "CeruleanCity_House5_EventScript_16B0DA"
}
]
}