Treat warp ids as strings to allow constants
This commit is contained in:
@@ -112,21 +112,21 @@
|
||||
"y": 8,
|
||||
"elevation": 0,
|
||||
"dest_map": "MAP_LITTLEROOT_TOWN",
|
||||
"dest_warp_id": 1
|
||||
"dest_warp_id": "1"
|
||||
},
|
||||
{
|
||||
"x": 8,
|
||||
"y": 8,
|
||||
"elevation": 0,
|
||||
"dest_map": "MAP_LITTLEROOT_TOWN",
|
||||
"dest_warp_id": 1
|
||||
"dest_warp_id": "1"
|
||||
},
|
||||
{
|
||||
"x": 8,
|
||||
"y": 2,
|
||||
"elevation": 0,
|
||||
"dest_map": "MAP_LITTLEROOT_TOWN_BRENDANS_HOUSE_2F",
|
||||
"dest_warp_id": 0
|
||||
"dest_warp_id": "0"
|
||||
}
|
||||
],
|
||||
"coord_events": [
|
||||
|
||||
Reference in New Issue
Block a user