Convert map data to JSON
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
SkyPillar_3F_MapWarps:
|
||||
warp_def 3, 1, 3, 1, MAP_SKY_PILLAR_2F
|
||||
warp_def 11, 1, 3, 0, MAP_SKY_PILLAR_4F
|
||||
warp_def 7, 1, 3, 1, MAP_SKY_PILLAR_4F
|
||||
|
||||
SkyPillar_3F_MapEvents::
|
||||
map_events 0x0, SkyPillar_3F_MapWarps, 0x0, 0x0
|
||||
|
||||
@@ -1,15 +0,0 @@
|
||||
SkyPillar_3F:
|
||||
.4byte SkyPillar_3F_Layout
|
||||
.4byte SkyPillar_3F_MapEvents
|
||||
.4byte SkyPillar_3F_MapScripts
|
||||
.4byte 0x0
|
||||
.2byte MUS_TOZAN
|
||||
.2byte LAYOUT_SKY_PILLAR_3F
|
||||
.byte MAPSEC_SKY_PILLAR
|
||||
.byte 0
|
||||
.byte WEATHER_NONE
|
||||
.byte MAP_TYPE_UNDERGROUND
|
||||
.2byte 0
|
||||
map_header_flags allow_bike=1, allow_escape_rope=1, allow_run=1, show_map_name=1
|
||||
.byte MAP_BATTLE_SCENE_NORMAL
|
||||
|
||||
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"id": "MAP_SKY_PILLAR_3F",
|
||||
"name": "SkyPillar_3F",
|
||||
"layout": "LAYOUT_SKY_PILLAR_3F",
|
||||
"music": "MUS_TOZAN",
|
||||
"region_map_section": "MAPSEC_SKY_PILLAR",
|
||||
"requires_flash": false,
|
||||
"weather": "WEATHER_NONE",
|
||||
"map_type": "MAP_TYPE_UNDERGROUND",
|
||||
"allow_bike": true,
|
||||
"allow_escape_rope": true,
|
||||
"allow_running": true,
|
||||
"show_map_name": true,
|
||||
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
|
||||
"connections": null,
|
||||
"object_events": [],
|
||||
"warp_events": [
|
||||
{
|
||||
"x": 3,
|
||||
"y": 1,
|
||||
"elevation": 3,
|
||||
"dest_map": "MAP_SKY_PILLAR_2F",
|
||||
"dest_warp_id": 1
|
||||
},
|
||||
{
|
||||
"x": 11,
|
||||
"y": 1,
|
||||
"elevation": 3,
|
||||
"dest_map": "MAP_SKY_PILLAR_4F",
|
||||
"dest_warp_id": 0
|
||||
},
|
||||
{
|
||||
"x": 7,
|
||||
"y": 1,
|
||||
"elevation": 3,
|
||||
"dest_map": "MAP_SKY_PILLAR_4F",
|
||||
"dest_warp_id": 1
|
||||
}
|
||||
],
|
||||
"coord_events": [],
|
||||
"bg_events": []
|
||||
}
|
||||
@@ -8,6 +8,6 @@ SkyPillar_3F_MapScript1_239661: @ 8239661
|
||||
end
|
||||
|
||||
SkyPillar_3F_EventScript_23966D:: @ 823966D
|
||||
setmaplayoutindex 435
|
||||
setmaplayoutindex LAYOUT_UNKNOWN_MAP_084812A4
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user