Convert map data to JSON
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
AlteringCave_MapWarps:
|
||||
warp_def 18, 22, 0, 0, MAP_ROUTE103
|
||||
|
||||
AlteringCave_MapEvents::
|
||||
map_events 0x0, AlteringCave_MapWarps, 0x0, 0x0
|
||||
|
||||
@@ -1,15 +0,0 @@
|
||||
AlteringCave:
|
||||
.4byte AlteringCave_Layout
|
||||
.4byte AlteringCave_MapEvents
|
||||
.4byte AlteringCave_MapScripts
|
||||
.4byte 0x0
|
||||
.2byte MUS_RG_NANADUNGEON
|
||||
.2byte LAYOUT_ALTERING_CAVE
|
||||
.byte MAPSEC_ALTERING_CAVE_2
|
||||
.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
|
||||
|
||||
28
data/maps/AlteringCave/map.json
Normal file
28
data/maps/AlteringCave/map.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"id": "MAP_ALTERING_CAVE",
|
||||
"name": "AlteringCave",
|
||||
"layout": "LAYOUT_ALTERING_CAVE",
|
||||
"music": "MUS_RG_NANADUNGEON",
|
||||
"region_map_section": "MAPSEC_ALTERING_CAVE_2",
|
||||
"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": 18,
|
||||
"y": 22,
|
||||
"elevation": 0,
|
||||
"dest_map": "MAP_ROUTE103",
|
||||
"dest_warp_id": 0
|
||||
}
|
||||
],
|
||||
"coord_events": [],
|
||||
"bg_events": []
|
||||
}
|
||||
Reference in New Issue
Block a user