convert map data to json
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
IndigoPlateau_Exterior_MapConnectionsList: @ 83528B0
|
||||
connection down, 0, MAP_ROUTE23
|
||||
|
||||
IndigoPlateau_Exterior_MapConnections:: @ 83528BC
|
||||
.4byte 1
|
||||
.4byte IndigoPlateau_Exterior_MapConnectionsList
|
||||
@@ -1,9 +0,0 @@
|
||||
IndigoPlateau_Exterior_EventObjects:
|
||||
object_event 1, 72, 0, 11, 0, 6, 0, 0, 8, 17, 0, 0, 0, 0, 0, 0x0, 163, 0, 0
|
||||
object_event 2, 71, 0, 11, 0, 6, 0, 0, 8, 17, 0, 0, 0, 0, 0, 0x0, 164, 0, 0
|
||||
|
||||
IndigoPlateau_Exterior_MapWarps:
|
||||
warp_def 11, 6, 0, 0, 3328
|
||||
|
||||
IndigoPlateau_Exterior_MapEvents::
|
||||
map_events IndigoPlateau_Exterior_EventObjects, IndigoPlateau_Exterior_MapWarps, 0x0, 0x0
|
||||
@@ -1,8 +0,0 @@
|
||||
IndigoPlateau_Exterior:: @ 8350714
|
||||
.4byte IndigoPlateau_Exterior_Layout @ 0x82E3F04
|
||||
.4byte IndigoPlateau_Exterior_MapEvents @ 0x83B5C3C
|
||||
.4byte IndigoPlateau_Exterior_MapScripts @ 0x816723B
|
||||
.4byte IndigoPlateau_Exterior_MapConnections @ 0x83528BC
|
||||
.2byte BGM_FRLG_INDIGO_PLATEAU
|
||||
.2byte 87
|
||||
.byte 0x61, 0x00, 0x02, 0x01, 0x01, 0x06, 0x00, 0x00
|
||||
@@ -0,0 +1,60 @@
|
||||
{
|
||||
"id": "MAP_INDIGO_PLATEAU_EXTERIOR",
|
||||
"name": "IndigoPlateau_Exterior",
|
||||
"layout": "LAYOUT_INDIGO_PLATEAU_EXTERIOR",
|
||||
"music": "BGM_FRLG_INDIGO_PLATEAU",
|
||||
"region_map_section": "MAPSEC_INDIGO_PLATEAU",
|
||||
"requires_flash": false,
|
||||
"weather": "WEATHER_2",
|
||||
"map_type": "MAP_TYPE_1",
|
||||
"unknown_18": 1,
|
||||
"unknown_19": 6,
|
||||
"elevator_flag": 0,
|
||||
"battle_scene": "BATTLE_SCENE_0",
|
||||
"connections": [
|
||||
{
|
||||
"map": "MAP_ROUTE23",
|
||||
"offset": 0,
|
||||
"direction": "down"
|
||||
}
|
||||
],
|
||||
"object_events": [
|
||||
{
|
||||
"graphics_id": "72",
|
||||
"x": 11,
|
||||
"y": 6,
|
||||
"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": "163"
|
||||
},
|
||||
{
|
||||
"graphics_id": "71",
|
||||
"x": 11,
|
||||
"y": 6,
|
||||
"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": "164"
|
||||
}
|
||||
],
|
||||
"warp_events": [
|
||||
{
|
||||
"x": 11,
|
||||
"y": 6,
|
||||
"elevation": 0,
|
||||
"dest_map": "MAP_INDIGO_PLATEAU_POKEMON_CENTER_1F",
|
||||
"dest_warp_id": 0
|
||||
}
|
||||
],
|
||||
"coord_events": [],
|
||||
"bg_events": []
|
||||
}
|
||||
Reference in New Issue
Block a user