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_House1_EventObjects:
object_event 1, 32, 0, 4, 0, 5, 0, 3, 10, 17, 0, 0, 0, 0, 0, OneIsland_House1_EventScript_17135C, 0, 0, 0
object_event 2, 35, 0, 7, 0, 5, 0, 3, 9, 17, 0, 0, 0, 0, 0, OneIsland_House1_EventScript_171365, 0, 0, 0
OneIsland_House1_MapWarps:
warp_def 4, 7, 3, 1, 780
OneIsland_House1_MapEvents::
map_events OneIsland_House1_EventObjects, OneIsland_House1_MapWarps, 0x0, 0x0
-8
View File
@@ -1,8 +0,0 @@
OneIsland_House1:: @ 8351BA4
.4byte House3_Layout @ 0x82D5CB8
.4byte OneIsland_House1_MapEvents @ 0x83BE4D8
.4byte OneIsland_House1_MapScripts @ 0x817135B
.4byte NULL
.2byte BGM_FRLG_ISLAND_ONE
.2byte 11
.byte 0x8f, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00
+54
View File
@@ -0,0 +1,54 @@
{
"id": "MAP_ONE_ISLAND_HOUSE1",
"name": "OneIsland_House1",
"layout": "LAYOUT_HOUSE3",
"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": "32",
"x": 4,
"y": 5,
"elevation": 3,
"movement_type": "10",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "OneIsland_House1_EventScript_17135C",
"flag": "0"
},
{
"graphics_id": "35",
"x": 7,
"y": 5,
"elevation": 3,
"movement_type": "9",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "OneIsland_House1_EventScript_171365",
"flag": "0"
}
],
"warp_events": [
{
"x": 4,
"y": 7,
"elevation": 3,
"dest_map": "MAP_ONE_ISLAND",
"dest_warp_id": 1
}
],
"coord_events": [],
"bg_events": []
}