MAP_NONE -> MAP_DYNAMIC, treat warp ids as strings to allow constants
This commit is contained in:
@@ -262,77 +262,77 @@
|
||||
"y": 5,
|
||||
"elevation": 0,
|
||||
"dest_map": "MAP_FUCHSIA_CITY_SAFARI_ZONE_ENTRANCE",
|
||||
"dest_warp_id": 2
|
||||
"dest_warp_id": "2"
|
||||
},
|
||||
{
|
||||
"x": 33,
|
||||
"y": 31,
|
||||
"elevation": 0,
|
||||
"dest_map": "MAP_FUCHSIA_CITY_WARDENS_HOUSE",
|
||||
"dest_warp_id": 1
|
||||
"dest_warp_id": "1"
|
||||
},
|
||||
{
|
||||
"x": 11,
|
||||
"y": 15,
|
||||
"elevation": 0,
|
||||
"dest_map": "MAP_FUCHSIA_CITY_MART",
|
||||
"dest_warp_id": 1
|
||||
"dest_warp_id": "1"
|
||||
},
|
||||
{
|
||||
"x": 28,
|
||||
"y": 16,
|
||||
"elevation": 0,
|
||||
"dest_map": "MAP_FUCHSIA_CITY_SAFARI_ZONE_OFFICE",
|
||||
"dest_warp_id": 1
|
||||
"dest_warp_id": "1"
|
||||
},
|
||||
{
|
||||
"x": 9,
|
||||
"y": 32,
|
||||
"elevation": 0,
|
||||
"dest_map": "MAP_FUCHSIA_CITY_GYM",
|
||||
"dest_warp_id": 1
|
||||
"dest_warp_id": "1"
|
||||
},
|
||||
{
|
||||
"x": 14,
|
||||
"y": 31,
|
||||
"elevation": 0,
|
||||
"dest_map": "MAP_FUCHSIA_CITY_HOUSE1",
|
||||
"dest_warp_id": 1
|
||||
"dest_warp_id": "1"
|
||||
},
|
||||
{
|
||||
"x": 25,
|
||||
"y": 31,
|
||||
"elevation": 3,
|
||||
"dest_map": "MAP_FUCHSIA_CITY_POKEMON_CENTER_1F",
|
||||
"dest_warp_id": 1
|
||||
"dest_warp_id": "1"
|
||||
},
|
||||
{
|
||||
"x": 38,
|
||||
"y": 31,
|
||||
"elevation": 0,
|
||||
"dest_map": "MAP_FUCHSIA_CITY_HOUSE2",
|
||||
"dest_warp_id": 1
|
||||
"dest_warp_id": "1"
|
||||
},
|
||||
{
|
||||
"x": 39,
|
||||
"y": 28,
|
||||
"elevation": 3,
|
||||
"dest_map": "MAP_FUCHSIA_CITY_HOUSE2",
|
||||
"dest_warp_id": 3
|
||||
"dest_warp_id": "3"
|
||||
},
|
||||
{
|
||||
"x": 39,
|
||||
"y": 29,
|
||||
"elevation": 3,
|
||||
"dest_map": "MAP_FUCHSIA_CITY_HOUSE2",
|
||||
"dest_warp_id": 3
|
||||
"dest_warp_id": "3"
|
||||
},
|
||||
{
|
||||
"x": 19,
|
||||
"y": 31,
|
||||
"elevation": 0,
|
||||
"dest_map": "MAP_FUCHSIA_CITY_HOUSE3",
|
||||
"dest_warp_id": 0
|
||||
"dest_warp_id": "0"
|
||||
}
|
||||
],
|
||||
"coord_events": [],
|
||||
|
||||
Reference in New Issue
Block a user