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
-9
View File
@@ -1,9 +0,0 @@
OneIsland_Harbor_EventObjects:
object_event 1, 108, 0, 8, 0, 9, 0, 0, 8, 17, 0, 0, 0, 0, 0, 0x0, 0, 0, 0
object_event 2, 62, 0, 8, 0, 6, 0, 3, 7, 17, 0, 0, 0, 0, 0, OneIsland_Harbor_EventScript_1713BD, 0, 0, 0
OneIsland_Harbor_MapWarps:
warp_def 8, 2, 3, 3, 780
OneIsland_Harbor_MapEvents::
map_events OneIsland_Harbor_EventObjects, OneIsland_Harbor_MapWarps, 0x0, 0x0
-8
View File
@@ -1,8 +0,0 @@
OneIsland_Harbor:: @ 8351BDC
.4byte Island_Harbor_Layout @ 0x8343FB8
.4byte OneIsland_Harbor_MapEvents @ 0x83BE558
.4byte OneIsland_Harbor_MapScripts @ 0x8171378
.4byte NULL
.2byte BGM_FRLG_ISLAND_ONE
.2byte 315
.byte 0x8f, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00
+54
View File
@@ -0,0 +1,54 @@
{
"id": "MAP_ONE_ISLAND_HARBOR",
"name": "OneIsland_Harbor",
"layout": "LAYOUT_ISLAND_HARBOR",
"music": "BGM_FRLG_ISLAND_ONE",
"region_map_section": "MAPSEC_ONE_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": "108",
"x": 8,
"y": 9,
"elevation": 0,
"movement_type": "8",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "0x0",
"flag": "0"
},
{
"graphics_id": "62",
"x": 8,
"y": 6,
"elevation": 3,
"movement_type": "7",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "OneIsland_Harbor_EventScript_1713BD",
"flag": "0"
}
],
"warp_events": [
{
"x": 8,
"y": 2,
"elevation": 3,
"dest_map": "MAP_ONE_ISLAND",
"dest_warp_id": 3
}
],
"coord_events": [],
"bg_events": []
}