MAP_NONE -> MAP_DYNAMIC, treat warp ids as strings to allow constants
This commit is contained in:
@@ -50,14 +50,14 @@
|
||||
"y": 7,
|
||||
"elevation": 3,
|
||||
"dest_map": "MAP_SIX_ISLAND_DOTTED_HOLE_1F",
|
||||
"dest_warp_id": 2
|
||||
"dest_warp_id": "2"
|
||||
},
|
||||
{
|
||||
"x": 5,
|
||||
"y": 9,
|
||||
"elevation": 3,
|
||||
"dest_map": "MAP_SIX_ISLAND_DOTTED_HOLE_B4F",
|
||||
"dest_warp_id": 3
|
||||
"dest_warp_id": "3"
|
||||
}
|
||||
],
|
||||
"coord_events": [],
|
||||
|
||||
Reference in New Issue
Block a user