Treat warp ids as strings to allow constants
This commit is contained in:
@@ -125,28 +125,28 @@
|
||||
"y": 7,
|
||||
"elevation": 3,
|
||||
"dest_map": "MAP_SEAFLOOR_CAVERN_ROOM1",
|
||||
"dest_warp_id": 2
|
||||
"dest_warp_id": "2"
|
||||
},
|
||||
{
|
||||
"x": 4,
|
||||
"y": 10,
|
||||
"elevation": 3,
|
||||
"dest_map": "MAP_SEAFLOOR_CAVERN_ROOM4",
|
||||
"dest_warp_id": 0
|
||||
"dest_warp_id": "0"
|
||||
},
|
||||
{
|
||||
"x": 6,
|
||||
"y": 1,
|
||||
"elevation": 3,
|
||||
"dest_map": "MAP_SEAFLOOR_CAVERN_ROOM6",
|
||||
"dest_warp_id": 0
|
||||
"dest_warp_id": "0"
|
||||
},
|
||||
{
|
||||
"x": 11,
|
||||
"y": 1,
|
||||
"elevation": 3,
|
||||
"dest_map": "MAP_SEAFLOOR_CAVERN_ROOM7",
|
||||
"dest_warp_id": 0
|
||||
"dest_warp_id": "0"
|
||||
}
|
||||
],
|
||||
"coord_events": [],
|
||||
|
||||
Reference in New Issue
Block a user