MAP_NONE -> MAP_DYNAMIC, treat warp ids as strings to allow constants
This commit is contained in:
@@ -218,21 +218,21 @@
|
||||
"y": 41,
|
||||
"elevation": 3,
|
||||
"dest_map": "MAP_THREE_ISLAND_BOND_BRIDGE",
|
||||
"dest_warp_id": 0
|
||||
"dest_warp_id": "0"
|
||||
},
|
||||
{
|
||||
"x": 42,
|
||||
"y": 41,
|
||||
"elevation": 3,
|
||||
"dest_map": "MAP_THREE_ISLAND_BOND_BRIDGE",
|
||||
"dest_warp_id": 0
|
||||
"dest_warp_id": "0"
|
||||
},
|
||||
{
|
||||
"x": 44,
|
||||
"y": 41,
|
||||
"elevation": 3,
|
||||
"dest_map": "MAP_THREE_ISLAND_BOND_BRIDGE",
|
||||
"dest_warp_id": 1
|
||||
"dest_warp_id": "1"
|
||||
}
|
||||
],
|
||||
"coord_events": [],
|
||||
|
||||
Reference in New Issue
Block a user