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

View File

@@ -1,3 +0,0 @@
AquaHideout_UnusedRubyMap2_MapEvents::
map_events 0x0, 0x0, 0x0, 0x0

View File

@@ -1,15 +0,0 @@
AquaHideout_UnusedRubyMap2:
.4byte AquaHideout_UnusedRubyMap2_Layout
.4byte AquaHideout_UnusedRubyMap2_MapEvents
.4byte AquaHideout_UnusedRubyMap2_MapScripts
.4byte 0x0
.2byte MUS_AJITO
.2byte LAYOUT_AQUA_HIDEOUT_UNUSED_RUBY_MAP2
.byte MAPSEC_AQUA_HIDEOUT
.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_MAGMA

View File

@@ -0,0 +1,20 @@
{
"id": "MAP_AQUA_HIDEOUT_UNUSED_RUBY_MAP2",
"name": "AquaHideout_UnusedRubyMap2",
"layout": "LAYOUT_AQUA_HIDEOUT_UNUSED_RUBY_MAP2",
"music": "MUS_AJITO",
"region_map_section": "MAPSEC_AQUA_HIDEOUT",
"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_MAGMA",
"connections": null,
"object_events": [],
"warp_events": [],
"coord_events": [],
"bg_events": []
}