MAP_NONE -> MAP_DYNAMIC, treat warp ids as strings to allow constants
This commit is contained in:
@@ -36,35 +36,35 @@
|
||||
"y": 21,
|
||||
"elevation": 0,
|
||||
"dest_map": "MAP_SAFFRON_CITY",
|
||||
"dest_warp_id": 0
|
||||
"dest_warp_id": "0"
|
||||
},
|
||||
{
|
||||
"x": 8,
|
||||
"y": 20,
|
||||
"elevation": 3,
|
||||
"dest_map": "MAP_SAFFRON_CITY",
|
||||
"dest_warp_id": 0
|
||||
"dest_warp_id": "0"
|
||||
},
|
||||
{
|
||||
"x": 9,
|
||||
"y": 20,
|
||||
"elevation": 3,
|
||||
"dest_map": "MAP_SAFFRON_CITY",
|
||||
"dest_warp_id": 0
|
||||
"dest_warp_id": "0"
|
||||
},
|
||||
{
|
||||
"x": 31,
|
||||
"y": 2,
|
||||
"elevation": 3,
|
||||
"dest_map": "MAP_SILPH_CO_2F",
|
||||
"dest_warp_id": 3
|
||||
"dest_warp_id": "3"
|
||||
},
|
||||
{
|
||||
"x": 22,
|
||||
"y": 3,
|
||||
"elevation": 0,
|
||||
"dest_map": "MAP_SILPH_CO_ELEVATOR",
|
||||
"dest_warp_id": 0
|
||||
"dest_warp_id": "0"
|
||||
}
|
||||
],
|
||||
"coord_events": [],
|
||||
|
||||
Reference in New Issue
Block a user