convert map data to json
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
FiveIsland_WaterLabyrinth_MapConnectionsList: @ 8352DBC
|
||||
connection up, 48, MAP_FIVE_ISLAND_RESORTGORGEOUS
|
||||
connection down, 48, MAP_FIVE_ISLAND
|
||||
|
||||
FiveIsland_WaterLabyrinth_MapConnections:: @ 8352DD4
|
||||
.4byte 2
|
||||
.4byte FiveIsland_WaterLabyrinth_MapConnectionsList
|
||||
@@ -1,6 +0,0 @@
|
||||
FiveIsland_WaterLabyrinth_EventObjects:
|
||||
object_event 1, 61, 0, 14, 0, 11, 0, 3, 8, 17, 0, 0, 0, 0, 0, FiveIsland_WaterLabyrinth_EventScript_16884E, 0, 0, 0
|
||||
object_event 2, 28, 0, 9, 0, 7, 0, 3, 2, 17, 0, 1, 0, 1, 0, FiveIsland_WaterLabyrinth_EventScript_1AC2D9, 0, 0, 0
|
||||
|
||||
FiveIsland_WaterLabyrinth_MapEvents::
|
||||
map_events FiveIsland_WaterLabyrinth_EventObjects, 0x0, 0x0, 0x0
|
||||
@@ -1,8 +0,0 @@
|
||||
FiveIsland_WaterLabyrinth:: @ 8350C1C
|
||||
.4byte FiveIsland_WaterLabyrinth_Layout @ 0x832B340
|
||||
.4byte FiveIsland_WaterLabyrinth_MapEvents @ 0x83B8CC4
|
||||
.4byte FiveIsland_WaterLabyrinth_MapScripts @ 0x816884D
|
||||
.4byte FiveIsland_WaterLabyrinth_MapConnections @ 0x8352DD4
|
||||
.2byte BGM_FRLG_SEVII_ISLANDS
|
||||
.2byte 247
|
||||
.byte 0xa0, 0x00, 0x02, 0x03, 0x01, 0x06, 0x00, 0x00
|
||||
@@ -0,0 +1,57 @@
|
||||
{
|
||||
"id": "MAP_FIVE_ISLAND_WATER_LABYRINTH",
|
||||
"name": "FiveIsland_WaterLabyrinth",
|
||||
"layout": "LAYOUT_FIVE_ISLAND_WATER_LABYRINTH",
|
||||
"music": "BGM_FRLG_SEVII_ISLANDS",
|
||||
"region_map_section": "MAPSEC_WATER_LABYRINTH",
|
||||
"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_FIVE_ISLAND_RESORT_GORGEOUS",
|
||||
"offset": 48,
|
||||
"direction": "up"
|
||||
},
|
||||
{
|
||||
"map": "MAP_FIVE_ISLAND",
|
||||
"offset": 48,
|
||||
"direction": "down"
|
||||
}
|
||||
],
|
||||
"object_events": [
|
||||
{
|
||||
"graphics_id": "61",
|
||||
"x": 14,
|
||||
"y": 11,
|
||||
"elevation": 3,
|
||||
"movement_type": "8",
|
||||
"movement_range_x": 1,
|
||||
"movement_range_y": 1,
|
||||
"trainer_type": 0,
|
||||
"trainer_sight_or_berry_tree_id": 0,
|
||||
"script": "FiveIsland_WaterLabyrinth_EventScript_16884E",
|
||||
"flag": "0"
|
||||
},
|
||||
{
|
||||
"graphics_id": "28",
|
||||
"x": 9,
|
||||
"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": "FiveIsland_WaterLabyrinth_EventScript_1AC2D9",
|
||||
"flag": "0"
|
||||
}
|
||||
],
|
||||
"warp_events": [],
|
||||
"coord_events": [],
|
||||
"bg_events": []
|
||||
}
|
||||
Reference in New Issue
Block a user