convert map data to json
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
SixIsland_DottedHole_SapphireRoom_EventObjects:
|
||||
object_event 1, 100, 0, 7, 0, 7, 0, 0, 8, 17, 0, 0, 0, 0, 0, SixIsland_DottedHole_SapphireRoom_EventScript_1641B5, 143, 0, 0
|
||||
object_event 2, 55, 0, 5, 0, 9, 0, 3, 8, 17, 0, 0, 0, 0, 0, 0x0, 144, 0, 0
|
||||
|
||||
SixIsland_DottedHole_SapphireRoom_MapWarps:
|
||||
warp_def 11, 7, 3, 2, 371
|
||||
warp_def 5, 9, 3, 3, 375
|
||||
|
||||
SixIsland_DottedHole_SapphireRoom_MapBGEvents:
|
||||
bg_event 7, 2, 0, 1, 0, SixIsland_DottedHole_SapphireRoom_EventScript_16441F
|
||||
|
||||
SixIsland_DottedHole_SapphireRoom_MapEvents::
|
||||
map_events SixIsland_DottedHole_SapphireRoom_EventObjects, SixIsland_DottedHole_SapphireRoom_MapWarps, 0x0, SixIsland_DottedHole_SapphireRoom_MapBGEvents
|
||||
@@ -1,8 +0,0 @@
|
||||
SixIsland_DottedHole_SapphireRoom:: @ 834FF34
|
||||
.4byte SixIsland_DottedHole_SapphireRoom_Layout @ 0x8343DD8
|
||||
.4byte SixIsland_DottedHole_SapphireRoom_MapEvents @ 0x83B39D0
|
||||
.4byte SixIsland_DottedHole_SapphireRoom_MapScripts @ 0x81641B4
|
||||
.4byte NULL
|
||||
.2byte BGM_FRLG_TANOBY_RUINS
|
||||
.2byte 314
|
||||
.byte 0xb4, 0x00, 0x00, 0x04, 0x01, 0x07, 0x00, 0x00
|
||||
@@ -0,0 +1,69 @@
|
||||
{
|
||||
"id": "MAP_SIX_ISLAND_DOTTED_HOLE_SAPPHIRE_ROOM",
|
||||
"name": "SixIsland_DottedHole_SapphireRoom",
|
||||
"layout": "LAYOUT_SIX_ISLAND_DOTTED_HOLE_SAPPHIRE_ROOM",
|
||||
"music": "BGM_FRLG_TANOBY_RUINS",
|
||||
"region_map_section": "MAPSEC_DOTTED_HOLE",
|
||||
"requires_flash": false,
|
||||
"weather": "WEATHER_0",
|
||||
"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": "100",
|
||||
"x": 7,
|
||||
"y": 7,
|
||||
"elevation": 0,
|
||||
"movement_type": "8",
|
||||
"movement_range_x": 1,
|
||||
"movement_range_y": 1,
|
||||
"trainer_type": 0,
|
||||
"trainer_sight_or_berry_tree_id": 0,
|
||||
"script": "SixIsland_DottedHole_SapphireRoom_EventScript_1641B5",
|
||||
"flag": "143"
|
||||
},
|
||||
{
|
||||
"graphics_id": "55",
|
||||
"x": 5,
|
||||
"y": 9,
|
||||
"elevation": 3,
|
||||
"movement_type": "8",
|
||||
"movement_range_x": 1,
|
||||
"movement_range_y": 1,
|
||||
"trainer_type": 0,
|
||||
"trainer_sight_or_berry_tree_id": 0,
|
||||
"script": "0x0",
|
||||
"flag": "144"
|
||||
}
|
||||
],
|
||||
"warp_events": [
|
||||
{
|
||||
"x": 11,
|
||||
"y": 7,
|
||||
"elevation": 3,
|
||||
"dest_map": "MAP_SIX_ISLAND_DOTTED_HOLE_1F",
|
||||
"dest_warp_id": 2
|
||||
},
|
||||
{
|
||||
"x": 5,
|
||||
"y": 9,
|
||||
"elevation": 3,
|
||||
"dest_map": "MAP_SIX_ISLAND_DOTTED_HOLE_B4F",
|
||||
"dest_warp_id": 3
|
||||
}
|
||||
],
|
||||
"coord_events": [],
|
||||
"bg_events": [
|
||||
{
|
||||
"type": "bg_event_type_1",
|
||||
"x": 7,
|
||||
"y": 2,
|
||||
"elevation": 0,
|
||||
"script": "SixIsland_DottedHole_SapphireRoom_EventScript_16441F"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user