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
@@ -1,7 +0,0 @@
LilycoveCity_UnusedMart_MapWarps:
warp_def 3, 7, 0, 0, MAP_LILYCOVE_CITY
warp_def 4, 7, 0, 0, MAP_LILYCOVE_CITY
LilycoveCity_UnusedMart_MapEvents::
map_events 0x0, LilycoveCity_UnusedMart_MapWarps, 0x0, 0x0
@@ -1,15 +0,0 @@
LilycoveCity_UnusedMart:
.4byte Mart_Layout
.4byte LilycoveCity_UnusedMart_MapEvents
.4byte LilycoveCity_UnusedMart_MapScripts
.4byte 0x0
.2byte MUS_FRIENDLY
.2byte LAYOUT_MART
.byte MAPSEC_LILYCOVE_CITY
.byte 0
.byte WEATHER_NONE
.byte MAP_TYPE_INDOOR
.2byte 0
map_header_flags allow_bike=0, allow_escape_rope=0, allow_run=0, show_map_name=0
.byte MAP_BATTLE_SCENE_NORMAL
@@ -0,0 +1,35 @@
{
"id": "MAP_LILYCOVE_CITY_UNUSED_MART",
"name": "LilycoveCity_UnusedMart",
"layout": "LAYOUT_MART",
"music": "MUS_FRIENDLY",
"region_map_section": "MAPSEC_LILYCOVE_CITY",
"requires_flash": false,
"weather": "WEATHER_NONE",
"map_type": "MAP_TYPE_INDOOR",
"allow_bike": false,
"allow_escape_rope": false,
"allow_running": false,
"show_map_name": false,
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
"connections": null,
"object_events": [],
"warp_events": [
{
"x": 3,
"y": 7,
"elevation": 0,
"dest_map": "MAP_LILYCOVE_CITY",
"dest_warp_id": 0
},
{
"x": 4,
"y": 7,
"elevation": 0,
"dest_map": "MAP_LILYCOVE_CITY",
"dest_warp_id": 0
}
],
"coord_events": [],
"bg_events": []
}