Convert map data to JSON

This commit is contained in:
Marcus Huderle
2019-01-31 15:51:20 -06:00
parent 5c1667b41a
commit 29d6221935
2102 changed files with 72595 additions and 27039 deletions
-7
View File
@@ -1,7 +0,0 @@
Underwater6_MapConnectionsList:
connection emerge, 0, MAP_ROUTE105
Underwater6_MapConnections:
.4byte 1
.4byte Underwater6_MapConnectionsList
-7
View File
@@ -1,7 +0,0 @@
Underwater6_MapWarps:
warp_def 13, 4, 0, 0, MAP_UNDERWATER_MARINE_CAVE
warp_def 17, 66, 0, 0, MAP_UNDERWATER_MARINE_CAVE
Underwater6_MapEvents::
map_events 0x0, Underwater6_MapWarps, 0x0, 0x0
-15
View File
@@ -1,15 +0,0 @@
Underwater6:
.4byte Underwater6_Layout
.4byte Underwater6_MapEvents
.4byte Underwater6_MapScripts
.4byte Underwater6_MapConnections
.2byte MUS_DEEPDEEP
.2byte LAYOUT_UNDERWATER6
.byte MAPSEC_UNDERWATER_TERRA_CAVE
.byte 0
.byte WEATHER_BUBBLES
.byte MAP_TYPE_UNDERWATER
.2byte 0
map_header_flags allow_bike=1, allow_escape_rope=0, allow_run=1, show_map_name=1
.byte MAP_BATTLE_SCENE_NORMAL
+41
View File
@@ -0,0 +1,41 @@
{
"id": "MAP_UNDERWATER6",
"name": "Underwater6",
"layout": "LAYOUT_UNDERWATER6",
"music": "MUS_DEEPDEEP",
"region_map_section": "MAPSEC_UNDERWATER_TERRA_CAVE",
"requires_flash": false,
"weather": "WEATHER_BUBBLES",
"map_type": "MAP_TYPE_UNDERWATER",
"allow_bike": true,
"allow_escape_rope": false,
"allow_running": true,
"show_map_name": true,
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
"connections": [
{
"direction": "emerge",
"offset": 0,
"map": "MAP_ROUTE105"
}
],
"object_events": [],
"warp_events": [
{
"x": 13,
"y": 4,
"elevation": 0,
"dest_map": "MAP_UNDERWATER_MARINE_CAVE",
"dest_warp_id": 0
},
{
"x": 17,
"y": 66,
"elevation": 0,
"dest_map": "MAP_UNDERWATER_MARINE_CAVE",
"dest_warp_id": 0
}
],
"coord_events": [],
"bg_events": []
}