convert map data to json
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
SixIsland_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, SixIsland_Harbor_EventScript_171E48, 0, 0, 0
|
||||
|
||||
SixIsland_Harbor_MapWarps:
|
||||
warp_def 8, 2, 3, 0, 786
|
||||
|
||||
SixIsland_Harbor_MapEvents::
|
||||
map_events SixIsland_Harbor_EventObjects, SixIsland_Harbor_MapWarps, 0x0, 0x0
|
||||
@@ -1,8 +0,0 @@
|
||||
SixIsland_Harbor:: @ 8351F08
|
||||
.4byte Island_Harbor_Layout @ 0x8343FB8
|
||||
.4byte SixIsland_Harbor_MapEvents @ 0x83BF178
|
||||
.4byte SixIsland_Harbor_MapScripts @ 0x8171E47
|
||||
.4byte NULL
|
||||
.2byte BGM_FRLG_ISLAND_SIX
|
||||
.2byte 315
|
||||
.byte 0x95, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00
|
||||
@@ -0,0 +1,54 @@
|
||||
{
|
||||
"id": "MAP_SIX_ISLAND_HARBOR",
|
||||
"name": "SixIsland_Harbor",
|
||||
"layout": "LAYOUT_ISLAND_HARBOR",
|
||||
"music": "BGM_FRLG_ISLAND_SIX",
|
||||
"region_map_section": "MAPSEC_SIX_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": "SixIsland_Harbor_EventScript_171E48",
|
||||
"flag": "0"
|
||||
}
|
||||
],
|
||||
"warp_events": [
|
||||
{
|
||||
"x": 8,
|
||||
"y": 2,
|
||||
"elevation": 3,
|
||||
"dest_map": "MAP_SIX_ISLAND",
|
||||
"dest_warp_id": 0
|
||||
}
|
||||
],
|
||||
"coord_events": [],
|
||||
"bg_events": []
|
||||
}
|
||||
Reference in New Issue
Block a user