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
@@ -1,6 +0,0 @@
NavelRock_SummitPath_2F_MapWarps:
warp_def 4, 4, 3, 1, 567
warp_def 2, 2, 3, 0, 552
NavelRock_SummitPath_2F_MapEvents::
map_events 0x0, NavelRock_SummitPath_2F_MapWarps, 0x0, 0x0
@@ -1,8 +0,0 @@
NavelRock_SummitPath_2F:: @ 83503CC
.4byte NavelRock_SummitPath_2F_Layout @ 0x8349324
.4byte NavelRock_SummitPath_2F_MapEvents @ 0x83B4988
.4byte NavelRock_SummitPath_2F_MapScripts @ 0x81651F2
.4byte NULL
.2byte BGM_FRLG_MT_EMBER
.2byte 347
.byte 0xae, 0x00, 0x00, 0x04, 0x00, 0x06, 0x00, 0x00
@@ -0,0 +1,34 @@
{
"id": "MAP_NAVEL_ROCK_SUMMIT_PATH_2F",
"name": "NavelRock_SummitPath_2F",
"layout": "LAYOUT_NAVEL_ROCK_SUMMIT_PATH_2F",
"music": "BGM_FRLG_MT_EMBER",
"region_map_section": "MAPSEC_NAVEL_ROCK",
"requires_flash": false,
"weather": "WEATHER_0",
"map_type": "MAP_TYPE_4",
"unknown_18": 0,
"unknown_19": 6,
"elevator_flag": 0,
"battle_scene": "BATTLE_SCENE_0",
"connections": null,
"object_events": [],
"warp_events": [
{
"x": 4,
"y": 4,
"elevation": 3,
"dest_map": "MAP_NAVEL_ROCK_FORK",
"dest_warp_id": 1
},
{
"x": 2,
"y": 2,
"elevation": 3,
"dest_map": "MAP_NAVEL_ROCK_SUMMIT_PATH_3F",
"dest_warp_id": 0
}
],
"coord_events": [],
"bg_events": []
}