Treat warp ids as strings to allow constants
This commit is contained in:
@@ -36,14 +36,14 @@
|
||||
"y": 5,
|
||||
"elevation": 0,
|
||||
"dest_map": "MAP_UNDERWATER_MARINE_CAVE",
|
||||
"dest_warp_id": 0
|
||||
"dest_warp_id": "0"
|
||||
},
|
||||
{
|
||||
"x": 67,
|
||||
"y": 38,
|
||||
"elevation": 0,
|
||||
"dest_map": "MAP_UNDERWATER_MARINE_CAVE",
|
||||
"dest_warp_id": 0
|
||||
"dest_warp_id": "0"
|
||||
}
|
||||
],
|
||||
"coord_events": [],
|
||||
|
||||
Reference in New Issue
Block a user