convert map data to json
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
SafariZone_SecretHouse_EventObjects:
|
||||
object_event 1, 47, 0, 6, 0, 5, 0, 3, 8, 17, 0, 0, 0, 0, 0, SafariZone_SecretHouse_EventScript_162453, 0, 0, 0
|
||||
|
||||
SafariZone_SecretHouse_MapWarps:
|
||||
warp_def 3, 9, 3, 9, 322
|
||||
warp_def 4, 9, 3, 9, 322
|
||||
warp_def 5, 9, 3, 9, 322
|
||||
|
||||
SafariZone_SecretHouse_MapEvents::
|
||||
map_events SafariZone_SecretHouse_EventObjects, SafariZone_SecretHouse_MapWarps, 0x0, 0x0
|
||||
@@ -1,8 +0,0 @@
|
||||
SafariZone_SecretHouse:: @ 834F9D8
|
||||
.4byte SafariZone_SecretHouse_Layout @ 0x831C16C
|
||||
.4byte SafariZone_SecretHouse_MapEvents @ 0x83B1484
|
||||
.4byte SafariZone_SecretHouse_MapScripts @ 0x8162452
|
||||
.4byte NULL
|
||||
.2byte BGM_FRLG_SAFARI_ZONE
|
||||
.2byte 199
|
||||
.byte 0x88, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00
|
||||
@@ -0,0 +1,55 @@
|
||||
{
|
||||
"id": "MAP_SAFARI_ZONE_SECRET_HOUSE",
|
||||
"name": "SafariZone_SecretHouse",
|
||||
"layout": "LAYOUT_SAFARI_ZONE_SECRET_HOUSE",
|
||||
"music": "BGM_FRLG_SAFARI_ZONE",
|
||||
"region_map_section": "MAPSEC_KANTO_SAFARI_ZONE",
|
||||
"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": "47",
|
||||
"x": 6,
|
||||
"y": 5,
|
||||
"elevation": 3,
|
||||
"movement_type": "8",
|
||||
"movement_range_x": 1,
|
||||
"movement_range_y": 1,
|
||||
"trainer_type": 0,
|
||||
"trainer_sight_or_berry_tree_id": 0,
|
||||
"script": "SafariZone_SecretHouse_EventScript_162453",
|
||||
"flag": "0"
|
||||
}
|
||||
],
|
||||
"warp_events": [
|
||||
{
|
||||
"x": 3,
|
||||
"y": 9,
|
||||
"elevation": 3,
|
||||
"dest_map": "MAP_SAFARI_ZONE_WEST",
|
||||
"dest_warp_id": 9
|
||||
},
|
||||
{
|
||||
"x": 4,
|
||||
"y": 9,
|
||||
"elevation": 3,
|
||||
"dest_map": "MAP_SAFARI_ZONE_WEST",
|
||||
"dest_warp_id": 9
|
||||
},
|
||||
{
|
||||
"x": 5,
|
||||
"y": 9,
|
||||
"elevation": 3,
|
||||
"dest_map": "MAP_SAFARI_ZONE_WEST",
|
||||
"dest_warp_id": 9
|
||||
}
|
||||
],
|
||||
"coord_events": [],
|
||||
"bg_events": []
|
||||
}
|
||||
Reference in New Issue
Block a user