Treat warp ids as strings to allow constants
This commit is contained in:
@@ -151,21 +151,21 @@
|
||||
"y": 10,
|
||||
"elevation": 3,
|
||||
"dest_map": "MAP_ROUTE116",
|
||||
"dest_warp_id": 0
|
||||
"dest_warp_id": "0"
|
||||
},
|
||||
{
|
||||
"x": 29,
|
||||
"y": 16,
|
||||
"elevation": 3,
|
||||
"dest_map": "MAP_VERDANTURF_TOWN",
|
||||
"dest_warp_id": 4
|
||||
"dest_warp_id": "4"
|
||||
},
|
||||
{
|
||||
"x": 18,
|
||||
"y": 20,
|
||||
"elevation": 3,
|
||||
"dest_map": "MAP_ROUTE116",
|
||||
"dest_warp_id": 2
|
||||
"dest_warp_id": "2"
|
||||
}
|
||||
],
|
||||
"coord_events": [
|
||||
|
||||
Reference in New Issue
Block a user