MAP_NONE -> MAP_DYNAMIC, treat warp ids as strings to allow constants
This commit is contained in:
@@ -162,21 +162,21 @@
|
||||
"y": 4,
|
||||
"elevation": 0,
|
||||
"dest_map": "MAP_MT_EMBER_RUBY_PATH_B2F",
|
||||
"dest_warp_id": 1
|
||||
"dest_warp_id": "1"
|
||||
},
|
||||
{
|
||||
"x": 19,
|
||||
"y": 19,
|
||||
"elevation": 3,
|
||||
"dest_map": "MAP_MT_EMBER_RUBY_PATH_B1F_STAIRS",
|
||||
"dest_warp_id": 0
|
||||
"dest_warp_id": "0"
|
||||
},
|
||||
{
|
||||
"x": 5,
|
||||
"y": 19,
|
||||
"elevation": 3,
|
||||
"dest_map": "MAP_MT_EMBER_RUBY_PATH_B4F",
|
||||
"dest_warp_id": 1
|
||||
"dest_warp_id": "1"
|
||||
}
|
||||
],
|
||||
"coord_events": [],
|
||||
|
||||
Reference in New Issue
Block a user