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
-6
View File
@@ -1,6 +0,0 @@
NavelRock_Exterior_MapWarps:
warp_def 9, 8, 3, 1, 548
warp_def 9, 16, 3, 0, 571
NavelRock_Exterior_MapEvents::
map_events 0x0, NavelRock_Exterior_MapWarps, 0x0, 0x0
-8
View File
@@ -1,8 +0,0 @@
NavelRock_Exterior:: @ 834FF88
.4byte NavelRock_Exterior_Layout @ 0x834873C
.4byte NavelRock_Exterior_MapEvents @ 0x83B3B74
.4byte NavelRock_Exterior_MapScripts @ 0x81646AE
.4byte NULL
.2byte BGM_FRLG_SEVII_ISLANDS
.2byte 343
.byte 0xae, 0x00, 0x00, 0x03, 0x01, 0x06, 0x00, 0x00
+34
View File
@@ -0,0 +1,34 @@
{
"id": "MAP_NAVEL_ROCK_EXTERIOR",
"name": "NavelRock_Exterior",
"layout": "LAYOUT_NAVEL_ROCK_EXTERIOR",
"music": "BGM_FRLG_SEVII_ISLANDS",
"region_map_section": "MAPSEC_NAVEL_ROCK",
"requires_flash": false,
"weather": "WEATHER_0",
"map_type": "MAP_TYPE_3",
"unknown_18": 1,
"unknown_19": 6,
"elevator_flag": 0,
"battle_scene": "BATTLE_SCENE_0",
"connections": null,
"object_events": [],
"warp_events": [
{
"x": 9,
"y": 8,
"elevation": 3,
"dest_map": "MAP_NAVEL_ROCK_1F",
"dest_warp_id": 1
},
{
"x": 9,
"y": 16,
"elevation": 3,
"dest_map": "MAP_NAVEL_ROCK_HARBOR",
"dest_warp_id": 0
}
],
"coord_events": [],
"bg_events": []
}