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 @@
FiveIsland_LostCave_Room4_EventObjects:
object_event 1, 23, 0, 6, 0, 4, 0, 3, 8, 17, 0, 1, 0, 1, 0, FiveIsland_LostCave_Room4_EventScript_164C11, 0, 0, 0
FiveIsland_LostCave_Room4_MapWarps:
warp_def 5, 1, 3, 0, 536
warp_def 8, 5, 3, 4, 525
warp_def 5, 8, 3, 0, 529
warp_def 2, 5, 3, 2, 525
FiveIsland_LostCave_Room4_MapEvents::
map_events FiveIsland_LostCave_Room4_EventObjects, FiveIsland_LostCave_Room4_MapWarps, 0x0, 0x0
@@ -1,8 +0,0 @@
FiveIsland_LostCave_Room4:: @ 8350148
.4byte FiveIsland_LostCave_Room4_Layout @ 0x8345938
.4byte FiveIsland_LostCave_Room4_MapEvents @ 0x83B445C
.4byte FiveIsland_LostCave_Room4_MapScripts @ 0x8164C10
.4byte NULL
.2byte BGM_FRLG_MT_EMBER
.2byte 324
.byte 0xb5, 0x00, 0x06, 0x04, 0x01, 0x07, 0x00, 0x00
@@ -0,0 +1,62 @@
{
"id": "MAP_FIVE_ISLAND_LOST_CAVE_ROOM4",
"name": "FiveIsland_LostCave_Room4",
"layout": "LAYOUT_FIVE_ISLAND_LOST_CAVE_ROOM4",
"music": "BGM_FRLG_MT_EMBER",
"region_map_section": "MAPSEC_LOST_CAVE",
"requires_flash": false,
"weather": "WEATHER_6",
"map_type": "MAP_TYPE_4",
"unknown_18": 1,
"unknown_19": 7,
"elevator_flag": 0,
"battle_scene": "BATTLE_SCENE_0",
"connections": null,
"object_events": [
{
"graphics_id": "23",
"x": 6,
"y": 4,
"elevation": 3,
"movement_type": "8",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": 1,
"trainer_sight_or_berry_tree_id": 1,
"script": "FiveIsland_LostCave_Room4_EventScript_164C11",
"flag": "0"
}
],
"warp_events": [
{
"x": 5,
"y": 1,
"elevation": 3,
"dest_map": "MAP_FIVE_ISLAND_LOST_CAVE_ROOM12",
"dest_warp_id": 0
},
{
"x": 8,
"y": 5,
"elevation": 3,
"dest_map": "MAP_FIVE_ISLAND_LOST_CAVE_ROOM1",
"dest_warp_id": 4
},
{
"x": 5,
"y": 8,
"elevation": 3,
"dest_map": "MAP_FIVE_ISLAND_LOST_CAVE_ROOM5",
"dest_warp_id": 0
},
{
"x": 2,
"y": 5,
"elevation": 3,
"dest_map": "MAP_FIVE_ISLAND_LOST_CAVE_ROOM1",
"dest_warp_id": 2
}
],
"coord_events": [],
"bg_events": []
}