Treat warp ids as strings to allow constants
This commit is contained in:
@@ -604,14 +604,14 @@
|
||||
"y": 55,
|
||||
"elevation": 0,
|
||||
"dest_map": "MAP_ANCIENT_TOMB",
|
||||
"dest_warp_id": 0
|
||||
"dest_warp_id": "0"
|
||||
},
|
||||
{
|
||||
"x": 19,
|
||||
"y": 23,
|
||||
"elevation": 1,
|
||||
"dest_map": "MAP_SCORCHED_SLAB",
|
||||
"dest_warp_id": 0
|
||||
"dest_warp_id": "0"
|
||||
}
|
||||
],
|
||||
"coord_events": [
|
||||
|
||||
Reference in New Issue
Block a user