MAP_NONE -> MAP_DYNAMIC, treat warp ids as strings to allow constants
This commit is contained in:
@@ -120,14 +120,14 @@
|
||||
"y": 10,
|
||||
"elevation": 3,
|
||||
"dest_map": "MAP_POKEMON_TOWER_4F",
|
||||
"dest_warp_id": 0
|
||||
"dest_warp_id": "0"
|
||||
},
|
||||
{
|
||||
"x": 18,
|
||||
"y": 10,
|
||||
"elevation": 3,
|
||||
"dest_map": "MAP_POKEMON_TOWER_6F",
|
||||
"dest_warp_id": 1
|
||||
"dest_warp_id": "1"
|
||||
}
|
||||
],
|
||||
"coord_events": [
|
||||
|
||||
Reference in New Issue
Block a user