Treat warp ids as strings to allow constants
This commit is contained in:
@@ -138,35 +138,35 @@
|
||||
"y": 13,
|
||||
"elevation": 3,
|
||||
"dest_map": "MAP_GRANITE_CAVE_B1F",
|
||||
"dest_warp_id": 2
|
||||
"dest_warp_id": "2"
|
||||
},
|
||||
{
|
||||
"x": 28,
|
||||
"y": 21,
|
||||
"elevation": 3,
|
||||
"dest_map": "MAP_GRANITE_CAVE_B1F",
|
||||
"dest_warp_id": 3
|
||||
"dest_warp_id": "3"
|
||||
},
|
||||
{
|
||||
"x": 8,
|
||||
"y": 5,
|
||||
"elevation": 3,
|
||||
"dest_map": "MAP_GRANITE_CAVE_B1F",
|
||||
"dest_warp_id": 4
|
||||
"dest_warp_id": "4"
|
||||
},
|
||||
{
|
||||
"x": 12,
|
||||
"y": 3,
|
||||
"elevation": 3,
|
||||
"dest_map": "MAP_GRANITE_CAVE_B1F",
|
||||
"dest_warp_id": 5
|
||||
"dest_warp_id": "5"
|
||||
},
|
||||
{
|
||||
"x": 29,
|
||||
"y": 2,
|
||||
"elevation": 3,
|
||||
"dest_map": "MAP_GRANITE_CAVE_B1F",
|
||||
"dest_warp_id": 6
|
||||
"dest_warp_id": "6"
|
||||
}
|
||||
],
|
||||
"coord_events": [],
|
||||
|
||||
Reference in New Issue
Block a user