MAP_NONE -> MAP_DYNAMIC, treat warp ids as strings to allow constants
This commit is contained in:
@@ -164,35 +164,35 @@
|
||||
"y": 26,
|
||||
"elevation": 0,
|
||||
"dest_map": "MAP_VIRIDIAN_CITY_POKEMON_CENTER_1F",
|
||||
"dest_warp_id": 1
|
||||
"dest_warp_id": "1"
|
||||
},
|
||||
{
|
||||
"x": 25,
|
||||
"y": 11,
|
||||
"elevation": 3,
|
||||
"dest_map": "MAP_VIRIDIAN_CITY_HOUSE",
|
||||
"dest_warp_id": 1
|
||||
"dest_warp_id": "1"
|
||||
},
|
||||
{
|
||||
"x": 36,
|
||||
"y": 10,
|
||||
"elevation": 0,
|
||||
"dest_map": "MAP_VIRIDIAN_CITY_GYM",
|
||||
"dest_warp_id": 1
|
||||
"dest_warp_id": "1"
|
||||
},
|
||||
{
|
||||
"x": 25,
|
||||
"y": 18,
|
||||
"elevation": 0,
|
||||
"dest_map": "MAP_VIRIDIAN_CITY_SCHOOL",
|
||||
"dest_warp_id": 1
|
||||
"dest_warp_id": "1"
|
||||
},
|
||||
{
|
||||
"x": 36,
|
||||
"y": 19,
|
||||
"elevation": 0,
|
||||
"dest_map": "MAP_VIRIDIAN_CITY_MART",
|
||||
"dest_warp_id": 1
|
||||
"dest_warp_id": "1"
|
||||
}
|
||||
],
|
||||
"coord_events": [
|
||||
|
||||
Reference in New Issue
Block a user