convert map data to json
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
FourIsland_Harbor_EventObjects:
|
||||
object_event 1, 108, 0, 8, 0, 9, 0, 0, 8, 17, 0, 0, 0, 0, 0, 0x0, 0, 0, 0
|
||||
object_event 2, 62, 0, 8, 0, 6, 0, 3, 7, 17, 0, 0, 0, 0, 0, FourIsland_Harbor_EventScript_171C99, 0, 0, 0
|
||||
|
||||
FourIsland_Harbor_MapWarps:
|
||||
warp_def 8, 2, 3, 6, 783
|
||||
|
||||
FourIsland_Harbor_MapEvents::
|
||||
map_events FourIsland_Harbor_EventObjects, FourIsland_Harbor_MapWarps, 0x0, 0x0
|
||||
@@ -1,8 +0,0 @@
|
||||
FourIsland_Harbor:: @ 8351DF0
|
||||
.4byte Island_Harbor_Layout @ 0x8343FB8
|
||||
.4byte FourIsland_Harbor_MapEvents @ 0x83BEDA8
|
||||
.4byte FourIsland_Harbor_MapScripts @ 0x8171C98
|
||||
.4byte NULL
|
||||
.2byte BGM_FRLG_ISLAND_FOUR
|
||||
.2byte 315
|
||||
.byte 0x92, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00
|
||||
@@ -0,0 +1,54 @@
|
||||
{
|
||||
"id": "MAP_FOUR_ISLAND_HARBOR",
|
||||
"name": "FourIsland_Harbor",
|
||||
"layout": "LAYOUT_ISLAND_HARBOR",
|
||||
"music": "BGM_FRLG_ISLAND_FOUR",
|
||||
"region_map_section": "MAPSEC_FOUR_ISLAND",
|
||||
"requires_flash": false,
|
||||
"weather": "WEATHER_0",
|
||||
"map_type": "MAP_TYPE_8",
|
||||
"unknown_18": 0,
|
||||
"unknown_19": 0,
|
||||
"elevator_flag": 0,
|
||||
"battle_scene": "BATTLE_SCENE_0",
|
||||
"connections": null,
|
||||
"object_events": [
|
||||
{
|
||||
"graphics_id": "108",
|
||||
"x": 8,
|
||||
"y": 9,
|
||||
"elevation": 0,
|
||||
"movement_type": "8",
|
||||
"movement_range_x": 1,
|
||||
"movement_range_y": 1,
|
||||
"trainer_type": 0,
|
||||
"trainer_sight_or_berry_tree_id": 0,
|
||||
"script": "0x0",
|
||||
"flag": "0"
|
||||
},
|
||||
{
|
||||
"graphics_id": "62",
|
||||
"x": 8,
|
||||
"y": 6,
|
||||
"elevation": 3,
|
||||
"movement_type": "7",
|
||||
"movement_range_x": 1,
|
||||
"movement_range_y": 1,
|
||||
"trainer_type": 0,
|
||||
"trainer_sight_or_berry_tree_id": 0,
|
||||
"script": "FourIsland_Harbor_EventScript_171C99",
|
||||
"flag": "0"
|
||||
}
|
||||
],
|
||||
"warp_events": [
|
||||
{
|
||||
"x": 8,
|
||||
"y": 2,
|
||||
"elevation": 3,
|
||||
"dest_map": "MAP_FOUR_ISLAND",
|
||||
"dest_warp_id": 6
|
||||
}
|
||||
],
|
||||
"coord_events": [],
|
||||
"bg_events": []
|
||||
}
|
||||
Reference in New Issue
Block a user