Treat warp ids as strings to allow constants
This commit is contained in:
@@ -60,28 +60,28 @@
|
||||
"y": 29,
|
||||
"elevation": 3,
|
||||
"dest_map": "MAP_METEOR_FALLS_1F_1R",
|
||||
"dest_warp_id": 2
|
||||
"dest_warp_id": "2"
|
||||
},
|
||||
{
|
||||
"x": 4,
|
||||
"y": 14,
|
||||
"elevation": 3,
|
||||
"dest_map": "MAP_METEOR_FALLS_B1F_1R",
|
||||
"dest_warp_id": 0
|
||||
"dest_warp_id": "0"
|
||||
},
|
||||
{
|
||||
"x": 7,
|
||||
"y": 20,
|
||||
"elevation": 3,
|
||||
"dest_map": "MAP_METEOR_FALLS_B1F_1R",
|
||||
"dest_warp_id": 1
|
||||
"dest_warp_id": "1"
|
||||
},
|
||||
{
|
||||
"x": 21,
|
||||
"y": 23,
|
||||
"elevation": 3,
|
||||
"dest_map": "MAP_METEOR_FALLS_B1F_1R",
|
||||
"dest_warp_id": 2
|
||||
"dest_warp_id": "2"
|
||||
}
|
||||
],
|
||||
"coord_events": [],
|
||||
|
||||
Reference in New Issue
Block a user