convert map data to json
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
CeladonCity_Condominiums_Roof_MapWarps:
|
||||
warp_def 4, 2, 3, 1, 2569
|
||||
warp_def 10, 2, 3, 2, 2569
|
||||
warp_def 2, 12, 3, 1, 2571
|
||||
|
||||
CeladonCity_Condominiums_Roof_MapBGEvents:
|
||||
bg_event 4, 12, 0, 0, 0, CeladonCity_Condominiums_Roof_EventScript_16C45A
|
||||
bg_event 3, 12, 0, 0, 0, CeladonCity_Condominiums_Roof_EventScript_16C45A
|
||||
|
||||
CeladonCity_Condominiums_Roof_MapEvents::
|
||||
map_events 0x0, CeladonCity_Condominiums_Roof_MapWarps, 0x0, CeladonCity_Condominiums_Roof_MapBGEvents
|
||||
@@ -1,8 +0,0 @@
|
||||
CeladonCity_Condominiums_Roof:: @ 8351300
|
||||
.4byte CeladonCity_Condominiums_Roof_Layout @ 0x831AF7C
|
||||
.4byte CeladonCity_Condominiums_Roof_MapEvents @ 0x83BB6EC
|
||||
.4byte CeladonCity_Condominiums_Roof_MapScripts @ 0x816C459
|
||||
.4byte NULL
|
||||
.2byte BGM_FRLG_CELADON_CITY
|
||||
.2byte 187
|
||||
.byte 0x5e, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00
|
||||
@@ -0,0 +1,56 @@
|
||||
{
|
||||
"id": "MAP_CELADON_CITY_CONDOMINIUMS_ROOF",
|
||||
"name": "CeladonCity_Condominiums_Roof",
|
||||
"layout": "LAYOUT_CELADON_CITY_CONDOMINIUMS_ROOF",
|
||||
"music": "BGM_FRLG_CELADON_CITY",
|
||||
"region_map_section": "MAPSEC_CELADON_CITY",
|
||||
"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": [],
|
||||
"warp_events": [
|
||||
{
|
||||
"x": 4,
|
||||
"y": 2,
|
||||
"elevation": 3,
|
||||
"dest_map": "MAP_CELADON_CITY_CONDOMINIUMS_3F",
|
||||
"dest_warp_id": 1
|
||||
},
|
||||
{
|
||||
"x": 10,
|
||||
"y": 2,
|
||||
"elevation": 3,
|
||||
"dest_map": "MAP_CELADON_CITY_CONDOMINIUMS_3F",
|
||||
"dest_warp_id": 2
|
||||
},
|
||||
{
|
||||
"x": 2,
|
||||
"y": 12,
|
||||
"elevation": 3,
|
||||
"dest_map": "MAP_CELADON_CITY_CONDOMINIUMS_ROOF_ROOM",
|
||||
"dest_warp_id": 1
|
||||
}
|
||||
],
|
||||
"coord_events": [],
|
||||
"bg_events": [
|
||||
{
|
||||
"type": "bg_event_type_0",
|
||||
"x": 4,
|
||||
"y": 12,
|
||||
"elevation": 0,
|
||||
"script": "CeladonCity_Condominiums_Roof_EventScript_16C45A"
|
||||
},
|
||||
{
|
||||
"type": "bg_event_type_0",
|
||||
"x": 3,
|
||||
"y": 12,
|
||||
"elevation": 0,
|
||||
"script": "CeladonCity_Condominiums_Roof_EventScript_16C45A"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user