convert map data to json
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
FiveIsland_LostCave_Room2_MapWarps:
|
||||
warp_def 5, 1, 3, 2, 527
|
||||
warp_def 8, 5, 3, 4, 525
|
||||
warp_def 5, 8, 3, 0, 535
|
||||
warp_def 2, 5, 3, 2, 525
|
||||
|
||||
FiveIsland_LostCave_Room2_MapEvents::
|
||||
map_events 0x0, FiveIsland_LostCave_Room2_MapWarps, 0x0, 0x0
|
||||
@@ -1,8 +0,0 @@
|
||||
FiveIsland_LostCave_Room2:: @ 8350110
|
||||
.4byte FiveIsland_LostCave_Room2_Layout @ 0x8345708
|
||||
.4byte FiveIsland_LostCave_Room2_MapEvents @ 0x83B43DC
|
||||
.4byte FiveIsland_LostCave_Room2_MapScripts @ 0x8164C0E
|
||||
.4byte NULL
|
||||
.2byte BGM_FRLG_MT_EMBER
|
||||
.2byte 322
|
||||
.byte 0xb5, 0x00, 0x06, 0x04, 0x01, 0x07, 0x00, 0x00
|
||||
@@ -0,0 +1,48 @@
|
||||
{
|
||||
"id": "MAP_FIVE_ISLAND_LOST_CAVE_ROOM2",
|
||||
"name": "FiveIsland_LostCave_Room2",
|
||||
"layout": "LAYOUT_FIVE_ISLAND_LOST_CAVE_ROOM2",
|
||||
"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": [],
|
||||
"warp_events": [
|
||||
{
|
||||
"x": 5,
|
||||
"y": 1,
|
||||
"elevation": 3,
|
||||
"dest_map": "MAP_FIVE_ISLAND_LOST_CAVE_ROOM3",
|
||||
"dest_warp_id": 2
|
||||
},
|
||||
{
|
||||
"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_ROOM11",
|
||||
"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": []
|
||||
}
|
||||
Reference in New Issue
Block a user