convert map data to json
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
Route16_House_EventObjects:
|
||||
object_event 1, 23, 0, 4, 0, 2, 0, 3, 2, 17, 0, 0, 0, 0, 0, Route16_House_EventScript_17014F, 0, 0, 0
|
||||
object_event 2, 133, 0, 9, 0, 3, 0, 3, 2, 17, 0, 0, 0, 0, 0, Route16_House_EventScript_1701AF, 0, 0, 0
|
||||
|
||||
Route16_House_MapWarps:
|
||||
warp_def 3, 7, 3, 0, 802
|
||||
warp_def 4, 7, 3, 0, 802
|
||||
warp_def 5, 7, 3, 0, 802
|
||||
|
||||
Route16_House_MapEvents::
|
||||
map_events Route16_House_EventObjects, Route16_House_MapWarps, 0x0, 0x0
|
||||
@@ -1,8 +0,0 @@
|
||||
Route16_House:: @ 83519AC
|
||||
.4byte House1_Layout @ 0x82D5754
|
||||
.4byte Route16_House_MapEvents @ 0x83BDC44
|
||||
.4byte Route16_House_MapScripts @ 0x817014E
|
||||
.4byte NULL
|
||||
.2byte BGM_FRLG_CELADON_CITY
|
||||
.2byte 6
|
||||
.byte 0x74, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00
|
||||
@@ -0,0 +1,68 @@
|
||||
{
|
||||
"id": "MAP_ROUTE16_HOUSE",
|
||||
"name": "Route16_House",
|
||||
"layout": "LAYOUT_HOUSE1",
|
||||
"music": "BGM_FRLG_CELADON_CITY",
|
||||
"region_map_section": "MAPSEC_ROUTE_16",
|
||||
"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": "23",
|
||||
"x": 4,
|
||||
"y": 2,
|
||||
"elevation": 3,
|
||||
"movement_type": "2",
|
||||
"movement_range_x": 1,
|
||||
"movement_range_y": 1,
|
||||
"trainer_type": 0,
|
||||
"trainer_sight_or_berry_tree_id": 0,
|
||||
"script": "Route16_House_EventScript_17014F",
|
||||
"flag": "0"
|
||||
},
|
||||
{
|
||||
"graphics_id": "133",
|
||||
"x": 9,
|
||||
"y": 3,
|
||||
"elevation": 3,
|
||||
"movement_type": "2",
|
||||
"movement_range_x": 1,
|
||||
"movement_range_y": 1,
|
||||
"trainer_type": 0,
|
||||
"trainer_sight_or_berry_tree_id": 0,
|
||||
"script": "Route16_House_EventScript_1701AF",
|
||||
"flag": "0"
|
||||
}
|
||||
],
|
||||
"warp_events": [
|
||||
{
|
||||
"x": 3,
|
||||
"y": 7,
|
||||
"elevation": 3,
|
||||
"dest_map": "MAP_ROUTE16",
|
||||
"dest_warp_id": 0
|
||||
},
|
||||
{
|
||||
"x": 4,
|
||||
"y": 7,
|
||||
"elevation": 3,
|
||||
"dest_map": "MAP_ROUTE16",
|
||||
"dest_warp_id": 0
|
||||
},
|
||||
{
|
||||
"x": 5,
|
||||
"y": 7,
|
||||
"elevation": 3,
|
||||
"dest_map": "MAP_ROUTE16",
|
||||
"dest_warp_id": 0
|
||||
}
|
||||
],
|
||||
"coord_events": [],
|
||||
"bg_events": []
|
||||
}
|
||||
Reference in New Issue
Block a user