Convert map data to JSON
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
Underwater4_MapConnectionsList:
|
||||
connection up, 0, MAP_UNDERWATER3
|
||||
connection emerge, 0, MAP_ROUTE128
|
||||
|
||||
Underwater4_MapConnections:
|
||||
.4byte 2
|
||||
.4byte Underwater4_MapConnectionsList
|
||||
|
||||
@@ -1,10 +0,0 @@
|
||||
Underwater4_MapWarps:
|
||||
warp_def 38, 26, 3, 0, MAP_UNDERWATER_SEAFLOOR_CAVERN
|
||||
|
||||
Underwater4_MapBGEvents:
|
||||
bg_hidden_item_event 38, 19, 3, ITEM_PROTEIN, FLAG_HIDDEN_ITEM_UNDERWATER_4_PROTEIN
|
||||
bg_hidden_item_event 69, 18, 3, ITEM_PEARL, FLAG_HIDDEN_ITEM_UNDERWATER_4_PEARL
|
||||
|
||||
Underwater4_MapEvents::
|
||||
map_events 0x0, Underwater4_MapWarps, 0x0, Underwater4_MapBGEvents
|
||||
|
||||
@@ -1,15 +0,0 @@
|
||||
Underwater4:
|
||||
.4byte Underwater4_Layout
|
||||
.4byte Underwater4_MapEvents
|
||||
.4byte Underwater4_MapScripts
|
||||
.4byte Underwater4_MapConnections
|
||||
.2byte MUS_DEEPDEEP
|
||||
.2byte LAYOUT_UNDERWATER4
|
||||
.byte MAPSEC_UNDERWATER_127
|
||||
.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
|
||||
|
||||
@@ -0,0 +1,56 @@
|
||||
{
|
||||
"id": "MAP_UNDERWATER4",
|
||||
"name": "Underwater4",
|
||||
"layout": "LAYOUT_UNDERWATER4",
|
||||
"music": "MUS_DEEPDEEP",
|
||||
"region_map_section": "MAPSEC_UNDERWATER_127",
|
||||
"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": "up",
|
||||
"offset": 0,
|
||||
"map": "MAP_UNDERWATER3"
|
||||
},
|
||||
{
|
||||
"direction": "emerge",
|
||||
"offset": 0,
|
||||
"map": "MAP_ROUTE128"
|
||||
}
|
||||
],
|
||||
"object_events": [],
|
||||
"warp_events": [
|
||||
{
|
||||
"x": 38,
|
||||
"y": 26,
|
||||
"elevation": 3,
|
||||
"dest_map": "MAP_UNDERWATER_SEAFLOOR_CAVERN",
|
||||
"dest_warp_id": 0
|
||||
}
|
||||
],
|
||||
"coord_events": [],
|
||||
"bg_events": [
|
||||
{
|
||||
"type": "hidden_item",
|
||||
"x": 38,
|
||||
"y": 19,
|
||||
"elevation": 3,
|
||||
"item": "ITEM_PROTEIN",
|
||||
"flag": "FLAG_HIDDEN_ITEM_UNDERWATER_4_PROTEIN"
|
||||
},
|
||||
{
|
||||
"type": "hidden_item",
|
||||
"x": 69,
|
||||
"y": 18,
|
||||
"elevation": 3,
|
||||
"item": "ITEM_PEARL",
|
||||
"flag": "FLAG_HIDDEN_ITEM_UNDERWATER_4_PEARL"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user