Convert map data to JSON
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
SkyPillar_Entrance_MapWarps:
|
||||
warp_def 6, 16, 3, 0, MAP_ROUTE131
|
||||
warp_def 14, 4, 3, 0, MAP_SKY_PILLAR_OUTSIDE
|
||||
|
||||
SkyPillar_Entrance_MapEvents::
|
||||
map_events 0x0, SkyPillar_Entrance_MapWarps, 0x0, 0x0
|
||||
|
||||
@@ -1,15 +0,0 @@
|
||||
SkyPillar_Entrance:
|
||||
.4byte SkyPillar_Entrance_Layout
|
||||
.4byte SkyPillar_Entrance_MapEvents
|
||||
.4byte SkyPillar_Entrance_MapScripts
|
||||
.4byte 0x0
|
||||
.2byte MUS_TOZAN
|
||||
.2byte LAYOUT_SKY_PILLAR_ENTRANCE
|
||||
.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,35 @@
|
||||
{
|
||||
"id": "MAP_SKY_PILLAR_ENTRANCE",
|
||||
"name": "SkyPillar_Entrance",
|
||||
"layout": "LAYOUT_SKY_PILLAR_ENTRANCE",
|
||||
"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": 6,
|
||||
"y": 16,
|
||||
"elevation": 3,
|
||||
"dest_map": "MAP_ROUTE131",
|
||||
"dest_warp_id": 0
|
||||
},
|
||||
{
|
||||
"x": 14,
|
||||
"y": 4,
|
||||
"elevation": 3,
|
||||
"dest_map": "MAP_SKY_PILLAR_OUTSIDE",
|
||||
"dest_warp_id": 0
|
||||
}
|
||||
],
|
||||
"coord_events": [],
|
||||
"bg_events": []
|
||||
}
|
||||
Reference in New Issue
Block a user