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,3 +0,0 @@
ShoalCave_HighTideInnerRoom_MapEvents::
map_events 0x0, 0x0, 0x0, 0x0
@@ -1,15 +0,0 @@
ShoalCave_HighTideInnerRoom:
.4byte ShoalCave_HighTideInnerRoom_Layout
.4byte ShoalCave_HighTideInnerRoom_MapEvents
.4byte ShoalCave_HighTideInnerRoom_MapScripts
.4byte 0x0
.2byte MUS_M_DUNGON
.2byte LAYOUT_SHOAL_CAVE_HIGH_TIDE_INNER_ROOM
.byte MAPSEC_SHOAL_CAVE
.byte 0
.byte WEATHER_NONE
.byte MAP_TYPE_UNDERGROUND
.2byte 0
map_header_flags allow_bike=1, allow_escape_rope=1, allow_run=1, show_map_name=1
.byte MAP_BATTLE_SCENE_NORMAL
@@ -0,0 +1,20 @@
{
"id": "MAP_SHOAL_CAVE_HIGH_TIDE_INNER_ROOM",
"name": "ShoalCave_HighTideInnerRoom",
"layout": "LAYOUT_SHOAL_CAVE_HIGH_TIDE_INNER_ROOM",
"music": "MUS_M_DUNGON",
"region_map_section": "MAPSEC_SHOAL_CAVE",
"requires_flash": false,
"weather": "WEATHER_NONE",
"map_type": "MAP_TYPE_UNDERGROUND",
"allow_bike": true,
"allow_escape_rope": true,
"allow_running": true,
"show_map_name": true,
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
"connections": null,
"object_events": [],
"warp_events": [],
"coord_events": [],
"bg_events": []
}