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
-8
View File
@@ -1,8 +0,0 @@
NavelRock_Base_EventObjects:
object_event 1, 144, 0, 10, 0, 15, 0, 3, 8, 17, 0, 0, 0, 0, 0, NavelRock_Base_EventScript_165134, 155, 0, 0
NavelRock_Base_MapWarps:
warp_def 13, 20, 3, 1, 565
NavelRock_Base_MapEvents::
map_events NavelRock_Base_EventObjects, NavelRock_Base_MapWarps, 0x0, 0x0
-8
View File
@@ -1,8 +0,0 @@
NavelRock_Base:: @ 83503B0
.4byte NavelRock_Base_Layout @ 0x834929C
.4byte NavelRock_Base_MapEvents @ 0x83B4964
.4byte NavelRock_Base_MapScripts @ 0x81650E7
.4byte NULL
.2byte BGM_FRLG_MT_EMBER
.2byte 346
.byte 0xae, 0x00, 0x00, 0x04, 0x00, 0x06, 0x00, 0x00
+41
View File
@@ -0,0 +1,41 @@
{
"id": "MAP_NAVEL_ROCK_BASE",
"name": "NavelRock_Base",
"layout": "LAYOUT_NAVEL_ROCK_BASE",
"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": [
{
"graphics_id": "144",
"x": 10,
"y": 15,
"elevation": 3,
"movement_type": "8",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "NavelRock_Base_EventScript_165134",
"flag": "155"
}
],
"warp_events": [
{
"x": 13,
"y": 20,
"elevation": 3,
"dest_map": "MAP_NAVEL_ROCK_BASE_PATH_B11F",
"dest_warp_id": 1
}
],
"coord_events": [],
"bg_events": []
}