convert map data to json
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
SevenIsland_TanobyRuins_MapConnectionsList: @ 8352ED8
|
||||
connection up, 48, MAP_SEVEN_ISLAND_SEVAULTCANYON
|
||||
|
||||
SevenIsland_TanobyRuins_MapConnections:: @ 8352EE4
|
||||
.4byte 1
|
||||
.4byte SevenIsland_TanobyRuins_MapConnectionsList
|
||||
@@ -1,23 +0,0 @@
|
||||
SevenIsland_TanobyRuins_EventObjects:
|
||||
object_event 1, 56, 0, 35, 0, 7, 0, 3, 2, 17, 0, 1, 0, 1, 0, SevenIsland_TanobyRuins_EventScript_1ACC4D, 0, 0, 0
|
||||
object_event 2, 56, 0, 121, 0, 11, 0, 3, 1, 17, 0, 1, 0, 1, 0, SevenIsland_TanobyRuins_EventScript_1ACC8B, 0, 0, 0
|
||||
object_event 3, 22, 0, 85, 0, 8, 0, 3, 10, 17, 0, 1, 0, 1, 0, SevenIsland_TanobyRuins_EventScript_1ACCC9, 0, 0, 0
|
||||
object_event 4, 61, 0, 85, 0, 5, 0, 3, 2, 17, 0, 1, 0, 1, 0, SevenIsland_TanobyRuins_EventScript_1ACD07, 0, 0, 0
|
||||
|
||||
SevenIsland_TanobyRuins_MapWarps:
|
||||
warp_def 120, 10, 3, 0, 539
|
||||
warp_def 103, 10, 3, 0, 540
|
||||
warp_def 88, 8, 3, 0, 541
|
||||
warp_def 44, 11, 3, 0, 542
|
||||
warp_def 32, 9, 3, 0, 543
|
||||
warp_def 12, 15, 3, 0, 544
|
||||
warp_def 11, 6, 3, 0, 545
|
||||
|
||||
SevenIsland_TanobyRuins_MapBGEvents:
|
||||
bg_event 33, 10, 3, 7, 0, 111, 65, 1
|
||||
bg_event 86, 9, 3, 7, 0, 111, 66, 1
|
||||
bg_event 125, 5, 3, 7, 0, 111, 67, 1
|
||||
bg_event 8, 2, 3, 7, 0, 111, 64, 1
|
||||
|
||||
SevenIsland_TanobyRuins_MapEvents::
|
||||
map_events SevenIsland_TanobyRuins_EventObjects, SevenIsland_TanobyRuins_MapWarps, 0x0, SevenIsland_TanobyRuins_MapBGEvents
|
||||
@@ -1,8 +0,0 @@
|
||||
SevenIsland_TanobyRuins:: @ 8350D34
|
||||
.4byte SevenIsland_TanobyRuins_Layout @ 0x83355E8
|
||||
.4byte SevenIsland_TanobyRuins_MapEvents @ 0x83B96F4
|
||||
.4byte SevenIsland_TanobyRuins_MapScripts @ 0x8168C07
|
||||
.4byte SevenIsland_TanobyRuins_MapConnections @ 0x8352EE4
|
||||
.2byte BGM_FRLG_SEVII_ISLANDS
|
||||
.2byte 257
|
||||
.byte 0xaa, 0x00, 0x02, 0x03, 0x01, 0x06, 0x00, 0x00
|
||||
@@ -0,0 +1,165 @@
|
||||
{
|
||||
"id": "MAP_SEVEN_ISLAND_TANOBY_RUINS",
|
||||
"name": "SevenIsland_TanobyRuins",
|
||||
"layout": "LAYOUT_SEVEN_ISLAND_TANOBY_RUINS",
|
||||
"music": "BGM_FRLG_SEVII_ISLANDS",
|
||||
"region_map_section": "MAPSEC_TANOBY_RUINS",
|
||||
"requires_flash": false,
|
||||
"weather": "WEATHER_2",
|
||||
"map_type": "MAP_TYPE_3",
|
||||
"unknown_18": 1,
|
||||
"unknown_19": 6,
|
||||
"elevator_flag": 0,
|
||||
"battle_scene": "BATTLE_SCENE_0",
|
||||
"connections": [
|
||||
{
|
||||
"map": "MAP_SEVEN_ISLAND_SEVAULT_CANYON",
|
||||
"offset": 48,
|
||||
"direction": "up"
|
||||
}
|
||||
],
|
||||
"object_events": [
|
||||
{
|
||||
"graphics_id": "56",
|
||||
"x": 35,
|
||||
"y": 7,
|
||||
"elevation": 3,
|
||||
"movement_type": "2",
|
||||
"movement_range_x": 1,
|
||||
"movement_range_y": 1,
|
||||
"trainer_type": 1,
|
||||
"trainer_sight_or_berry_tree_id": 1,
|
||||
"script": "SevenIsland_TanobyRuins_EventScript_1ACC4D",
|
||||
"flag": "0"
|
||||
},
|
||||
{
|
||||
"graphics_id": "56",
|
||||
"x": 121,
|
||||
"y": 11,
|
||||
"elevation": 3,
|
||||
"movement_type": "1",
|
||||
"movement_range_x": 1,
|
||||
"movement_range_y": 1,
|
||||
"trainer_type": 1,
|
||||
"trainer_sight_or_berry_tree_id": 1,
|
||||
"script": "SevenIsland_TanobyRuins_EventScript_1ACC8B",
|
||||
"flag": "0"
|
||||
},
|
||||
{
|
||||
"graphics_id": "22",
|
||||
"x": 85,
|
||||
"y": 8,
|
||||
"elevation": 3,
|
||||
"movement_type": "10",
|
||||
"movement_range_x": 1,
|
||||
"movement_range_y": 1,
|
||||
"trainer_type": 1,
|
||||
"trainer_sight_or_berry_tree_id": 1,
|
||||
"script": "SevenIsland_TanobyRuins_EventScript_1ACCC9",
|
||||
"flag": "0"
|
||||
},
|
||||
{
|
||||
"graphics_id": "61",
|
||||
"x": 85,
|
||||
"y": 5,
|
||||
"elevation": 3,
|
||||
"movement_type": "2",
|
||||
"movement_range_x": 1,
|
||||
"movement_range_y": 1,
|
||||
"trainer_type": 1,
|
||||
"trainer_sight_or_berry_tree_id": 1,
|
||||
"script": "SevenIsland_TanobyRuins_EventScript_1ACD07",
|
||||
"flag": "0"
|
||||
}
|
||||
],
|
||||
"warp_events": [
|
||||
{
|
||||
"x": 120,
|
||||
"y": 10,
|
||||
"elevation": 3,
|
||||
"dest_map": "MAP_SEVEN_ISLAND_TANOBY_RUINS_MONEAN_CHAMBER",
|
||||
"dest_warp_id": 0
|
||||
},
|
||||
{
|
||||
"x": 103,
|
||||
"y": 10,
|
||||
"elevation": 3,
|
||||
"dest_map": "MAP_SEVEN_ISLAND_TANOBY_RUINS_LIPTOO_CHAMBER",
|
||||
"dest_warp_id": 0
|
||||
},
|
||||
{
|
||||
"x": 88,
|
||||
"y": 8,
|
||||
"elevation": 3,
|
||||
"dest_map": "MAP_SEVEN_ISLAND_TANOBY_RUINS_WEEPTH_CHAMBER",
|
||||
"dest_warp_id": 0
|
||||
},
|
||||
{
|
||||
"x": 44,
|
||||
"y": 11,
|
||||
"elevation": 3,
|
||||
"dest_map": "MAP_SEVEN_ISLAND_TANOBY_RUINS_DILFORD_CHAMBER",
|
||||
"dest_warp_id": 0
|
||||
},
|
||||
{
|
||||
"x": 32,
|
||||
"y": 9,
|
||||
"elevation": 3,
|
||||
"dest_map": "MAP_SEVEN_ISLAND_TANOBY_RUINS_SCUFIB_CHAMBER",
|
||||
"dest_warp_id": 0
|
||||
},
|
||||
{
|
||||
"x": 12,
|
||||
"y": 15,
|
||||
"elevation": 3,
|
||||
"dest_map": "MAP_SEVEN_ISLAND_TANOBY_RUINS_RIXY_CHAMBER",
|
||||
"dest_warp_id": 0
|
||||
},
|
||||
{
|
||||
"x": 11,
|
||||
"y": 6,
|
||||
"elevation": 3,
|
||||
"dest_map": "MAP_SEVEN_ISLAND_TANOBY_RUINS_VIAPOIS_CHAMBER",
|
||||
"dest_warp_id": 0
|
||||
}
|
||||
],
|
||||
"coord_events": [],
|
||||
"bg_events": [
|
||||
{
|
||||
"type": "hidden_item",
|
||||
"x": 33,
|
||||
"y": 10,
|
||||
"elevation": 3,
|
||||
"item": "ITEM_HEART_SCALE",
|
||||
"flag": "65",
|
||||
"unknown": 1
|
||||
},
|
||||
{
|
||||
"type": "hidden_item",
|
||||
"x": 86,
|
||||
"y": 9,
|
||||
"elevation": 3,
|
||||
"item": "ITEM_HEART_SCALE",
|
||||
"flag": "66",
|
||||
"unknown": 1
|
||||
},
|
||||
{
|
||||
"type": "hidden_item",
|
||||
"x": 125,
|
||||
"y": 5,
|
||||
"elevation": 3,
|
||||
"item": "ITEM_HEART_SCALE",
|
||||
"flag": "67",
|
||||
"unknown": 1
|
||||
},
|
||||
{
|
||||
"type": "hidden_item",
|
||||
"x": 8,
|
||||
"y": 2,
|
||||
"elevation": 3,
|
||||
"item": "ITEM_HEART_SCALE",
|
||||
"flag": "64",
|
||||
"unknown": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user