convert map data to json

This commit is contained in:
garak
2019-05-13 19:44:24 -04:00
parent 4b98d7d07a
commit 55d66b5177
2112 changed files with 53337 additions and 19410 deletions
-8
View File
@@ -1,8 +0,0 @@
SilphCo_Elevator_MapWarps:
warp_def 2, 5, 3, 127, 32639
SilphCo_Elevator_MapBGEvents:
bg_event 0, 2, 3, 0, 0, SilphCo_Elevator_EventScript_161F6F
SilphCo_Elevator_MapEvents::
map_events 0x0, SilphCo_Elevator_MapWarps, 0x0, SilphCo_Elevator_MapBGEvents
-8
View File
@@ -1,8 +0,0 @@
SilphCo_Elevator:: @ 834F86C
.4byte SilphCo_Elevator_Layout @ 0x8321330
.4byte SilphCo_Elevator_MapEvents @ 0x83B0B6C
.4byte SilphCo_Elevator_MapScripts @ 0x8161F6E
.4byte NULL
.2byte BGM_FRLG_SILPH
.2byte 229
.byte 0x86, 0x00, 0x00, 0x08, 0x00, 0x06, 0x00, 0x00
+35
View File
@@ -0,0 +1,35 @@
{
"id": "MAP_SILPH_CO_ELEVATOR",
"name": "SilphCo_Elevator",
"layout": "LAYOUT_SILPH_CO_ELEVATOR",
"music": "BGM_FRLG_SILPH",
"region_map_section": "MAPSEC_SILPH_CO",
"requires_flash": false,
"weather": "WEATHER_0",
"map_type": "MAP_TYPE_8",
"unknown_18": 0,
"unknown_19": 6,
"elevator_flag": 0,
"battle_scene": "BATTLE_SCENE_0",
"connections": null,
"object_events": [],
"warp_events": [
{
"x": 2,
"y": 5,
"elevation": 3,
"dest_map": "MAP_NONE",
"dest_warp_id": 127
}
],
"coord_events": [],
"bg_events": [
{
"type": "bg_event_type_0",
"x": 0,
"y": 2,
"elevation": 3,
"script": "SilphCo_Elevator_EventScript_161F6F"
}
]
}