convert map data to json
This commit is contained in:
@@ -0,0 +1,48 @@
|
||||
{
|
||||
"id": "MAP_SIX_ISLAND_DOTTED_HOLE_1F",
|
||||
"name": "SixIsland_DottedHole_1F",
|
||||
"layout": "LAYOUT_SIX_ISLAND_DOTTED_HOLE_1F",
|
||||
"music": "BGM_FRLG_TANOBY_RUINS",
|
||||
"region_map_section": "MAPSEC_DOTTED_HOLE",
|
||||
"requires_flash": false,
|
||||
"weather": "WEATHER_0",
|
||||
"map_type": "MAP_TYPE_4",
|
||||
"unknown_18": 1,
|
||||
"unknown_19": 7,
|
||||
"elevator_flag": 0,
|
||||
"battle_scene": "BATTLE_SCENE_0",
|
||||
"connections": null,
|
||||
"object_events": [],
|
||||
"warp_events": [
|
||||
{
|
||||
"x": 6,
|
||||
"y": 9,
|
||||
"elevation": 3,
|
||||
"dest_map": "MAP_SIX_ISLAND_RUIN_VALLEY",
|
||||
"dest_warp_id": 0
|
||||
},
|
||||
{
|
||||
"x": 6,
|
||||
"y": 5,
|
||||
"elevation": 3,
|
||||
"dest_map": "MAP_SIX_ISLAND_DOTTED_HOLE_B1F",
|
||||
"dest_warp_id": 0
|
||||
},
|
||||
{
|
||||
"x": 13,
|
||||
"y": 5,
|
||||
"elevation": 3,
|
||||
"dest_map": "MAP_SIX_ISLAND_DOTTED_HOLE_SAPPHIRE_ROOM",
|
||||
"dest_warp_id": 0
|
||||
},
|
||||
{
|
||||
"x": 6,
|
||||
"y": 7,
|
||||
"elevation": 3,
|
||||
"dest_map": "MAP_SIX_ISLAND_DOTTED_HOLE_B1F",
|
||||
"dest_warp_id": 2
|
||||
}
|
||||
],
|
||||
"coord_events": [],
|
||||
"bg_events": []
|
||||
}
|
||||
@@ -0,0 +1,35 @@
|
||||
SixIsland_DottedHole_1F_MapScripts:: @ 8164182
|
||||
map_script 3, SSAnne_CaptainsOffice5_MapScript1_164188
|
||||
.byte 0
|
||||
|
||||
SSAnne_CaptainsOffice5_MapScript1_164188:: @ 8164188
|
||||
setworldmapflag 2235
|
||||
end
|
||||
|
||||
SixIsland_DottedHole_B1F_EventScript_16418C:: @ 816418C
|
||||
lockall
|
||||
braillemessage gUnknown_81A9288
|
||||
waitbuttonpress
|
||||
releaseall
|
||||
end
|
||||
|
||||
SSAnne_CaptainsOffice9_EventScript_164195:: @ 8164195
|
||||
lockall
|
||||
braillemessage gUnknown_81A928B
|
||||
waitbuttonpress
|
||||
releaseall
|
||||
end
|
||||
|
||||
SixIsland_DottedHole_B3F_EventScript_16419E:: @ 816419E
|
||||
lockall
|
||||
braillemessage gUnknown_81A9290
|
||||
waitbuttonpress
|
||||
releaseall
|
||||
end
|
||||
|
||||
SixIsland_DottedHole_B2F_EventScript_1641A7:: @ 81641A7
|
||||
lockall
|
||||
braillemessage gUnknown_81A9296
|
||||
waitbuttonpress
|
||||
releaseall
|
||||
end
|
||||
Reference in New Issue
Block a user