convert map data to json
This commit is contained in:
@@ -1,16 +0,0 @@
|
||||
Route7_EastEntrance_EventObjects:
|
||||
object_event 1, 60, 0, 6, 0, 2, 0, 3, 8, 17, 0, 0, 0, 0, 0, Route7_EastEntrance_EventScript_16FA8E, 0, 0, 0
|
||||
|
||||
Route7_EastEntrance_MapWarps:
|
||||
warp_def 1, 5, 3, 1, 793
|
||||
warp_def 1, 6, 3, 1, 793
|
||||
warp_def 11, 5, 3, 8, 778
|
||||
warp_def 11, 6, 3, 8, 778
|
||||
|
||||
Route7_EastEntrance_MapCoordEvents:
|
||||
coord_event 6, 4, 3, 0, 16482, 0, 0, Route7_EastEntrance_EventScript_16FA97
|
||||
coord_event 6, 5, 3, 0, 16482, 0, 0, Route7_EastEntrance_EventScript_16FAA3
|
||||
coord_event 6, 6, 3, 0, 16482, 0, 0, Route7_EastEntrance_EventScript_16FAAF
|
||||
|
||||
Route7_EastEntrance_MapEvents::
|
||||
map_events Route7_EastEntrance_EventObjects, Route7_EastEntrance_MapWarps, Route7_EastEntrance_MapCoordEvents, 0x0
|
||||
@@ -1,8 +0,0 @@
|
||||
Route7_EastEntrance:: @ 8351878
|
||||
.4byte SaffronCity_EastWestEntrance_Layout @ 0x831EAD0
|
||||
.4byte Route7_EastEntrance_MapEvents @ 0x83BD7D4
|
||||
.4byte Route7_EastEntrance_MapScripts @ 0x816FA8D
|
||||
.4byte NULL
|
||||
.2byte BGM_FRLG_VIRIDIAN_CITY
|
||||
.2byte 209
|
||||
.byte 0x6b, 0x00, 0x00, 0x08, 0x01, 0x02, 0x00, 0x00
|
||||
@@ -0,0 +1,90 @@
|
||||
{
|
||||
"id": "MAP_ROUTE7_EAST_ENTRANCE",
|
||||
"name": "Route7_EastEntrance",
|
||||
"layout": "LAYOUT_SAFFRON_CITY_EAST_WEST_ENTRANCE",
|
||||
"music": "BGM_FRLG_VIRIDIAN_CITY",
|
||||
"region_map_section": "MAPSEC_ROUTE_7",
|
||||
"requires_flash": false,
|
||||
"weather": "WEATHER_0",
|
||||
"map_type": "MAP_TYPE_8",
|
||||
"unknown_18": 1,
|
||||
"unknown_19": 2,
|
||||
"elevator_flag": 0,
|
||||
"battle_scene": "BATTLE_SCENE_0",
|
||||
"connections": null,
|
||||
"object_events": [
|
||||
{
|
||||
"graphics_id": "60",
|
||||
"x": 6,
|
||||
"y": 2,
|
||||
"elevation": 3,
|
||||
"movement_type": "8",
|
||||
"movement_range_x": 1,
|
||||
"movement_range_y": 1,
|
||||
"trainer_type": 0,
|
||||
"trainer_sight_or_berry_tree_id": 0,
|
||||
"script": "Route7_EastEntrance_EventScript_16FA8E",
|
||||
"flag": "0"
|
||||
}
|
||||
],
|
||||
"warp_events": [
|
||||
{
|
||||
"x": 1,
|
||||
"y": 5,
|
||||
"elevation": 3,
|
||||
"dest_map": "MAP_ROUTE7",
|
||||
"dest_warp_id": 1
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 6,
|
||||
"elevation": 3,
|
||||
"dest_map": "MAP_ROUTE7",
|
||||
"dest_warp_id": 1
|
||||
},
|
||||
{
|
||||
"x": 11,
|
||||
"y": 5,
|
||||
"elevation": 3,
|
||||
"dest_map": "MAP_SAFFRON_CITY_DUPLICATE",
|
||||
"dest_warp_id": 8
|
||||
},
|
||||
{
|
||||
"x": 11,
|
||||
"y": 6,
|
||||
"elevation": 3,
|
||||
"dest_map": "MAP_SAFFRON_CITY_DUPLICATE",
|
||||
"dest_warp_id": 8
|
||||
}
|
||||
],
|
||||
"coord_events": [
|
||||
{
|
||||
"type": "trigger",
|
||||
"x": 6,
|
||||
"y": 4,
|
||||
"elevation": 3,
|
||||
"var": "VAR_0x4062",
|
||||
"var_value": 0,
|
||||
"script": "Route7_EastEntrance_EventScript_16FA97"
|
||||
},
|
||||
{
|
||||
"type": "trigger",
|
||||
"x": 6,
|
||||
"y": 5,
|
||||
"elevation": 3,
|
||||
"var": "VAR_0x4062",
|
||||
"var_value": 0,
|
||||
"script": "Route7_EastEntrance_EventScript_16FAA3"
|
||||
},
|
||||
{
|
||||
"type": "trigger",
|
||||
"x": 6,
|
||||
"y": 6,
|
||||
"elevation": 3,
|
||||
"var": "VAR_0x4062",
|
||||
"var_value": 0,
|
||||
"script": "Route7_EastEntrance_EventScript_16FAAF"
|
||||
}
|
||||
],
|
||||
"bg_events": []
|
||||
}
|
||||
Reference in New Issue
Block a user