Convert map data to JSON
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
Underwater_SealedChamber_MapWarps:
|
||||
warp_def 7, 1, 0, 0, MAP_UNDERWATER_ROUTE134
|
||||
|
||||
Underwater_SealedChamber_MapBGEvents:
|
||||
bg_event 12, 43, 0, BG_EVENT_PLAYER_FACING_ANY, Underwater_SealedChamber_EventScript_2390FC
|
||||
|
||||
Underwater_SealedChamber_MapEvents::
|
||||
map_events 0x0, Underwater_SealedChamber_MapWarps, 0x0, Underwater_SealedChamber_MapBGEvents
|
||||
|
||||
@@ -1,15 +0,0 @@
|
||||
Underwater_SealedChamber:
|
||||
.4byte Underwater_SealedChamber_Layout
|
||||
.4byte Underwater_SealedChamber_MapEvents
|
||||
.4byte Underwater_SealedChamber_MapScripts
|
||||
.4byte 0x0
|
||||
.2byte MUS_DEEPDEEP
|
||||
.2byte LAYOUT_UNDERWATER_SEALED_CHAMBER
|
||||
.byte MAPSEC_UNDERWATER_SEALED_CHAMBER
|
||||
.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,37 @@
|
||||
{
|
||||
"id": "MAP_UNDERWATER_SEALED_CHAMBER",
|
||||
"name": "Underwater_SealedChamber",
|
||||
"layout": "LAYOUT_UNDERWATER_SEALED_CHAMBER",
|
||||
"music": "MUS_DEEPDEEP",
|
||||
"region_map_section": "MAPSEC_UNDERWATER_SEALED_CHAMBER",
|
||||
"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": null,
|
||||
"object_events": [],
|
||||
"warp_events": [
|
||||
{
|
||||
"x": 7,
|
||||
"y": 1,
|
||||
"elevation": 0,
|
||||
"dest_map": "MAP_UNDERWATER_ROUTE134",
|
||||
"dest_warp_id": 0
|
||||
}
|
||||
],
|
||||
"coord_events": [],
|
||||
"bg_events": [
|
||||
{
|
||||
"type": "sign",
|
||||
"x": 12,
|
||||
"y": 43,
|
||||
"elevation": 0,
|
||||
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
|
||||
"script": "Underwater_SealedChamber_EventScript_2390FC"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user