MAP_NONE -> MAP_DYNAMIC, treat warp ids as strings to allow constants
This commit is contained in:
@@ -125,21 +125,21 @@
|
||||
"y": 5,
|
||||
"elevation": 3,
|
||||
"dest_map": "MAP_MT_MOON_1F",
|
||||
"dest_warp_id": 3
|
||||
"dest_warp_id": "3"
|
||||
},
|
||||
{
|
||||
"x": 32,
|
||||
"y": 5,
|
||||
"elevation": 0,
|
||||
"dest_map": "MAP_MT_MOON_B1F",
|
||||
"dest_warp_id": 7
|
||||
"dest_warp_id": "7"
|
||||
},
|
||||
{
|
||||
"x": 12,
|
||||
"y": 5,
|
||||
"elevation": 0,
|
||||
"dest_map": "MAP_ROUTE4_POKEMON_CENTER_1F",
|
||||
"dest_warp_id": 1
|
||||
"dest_warp_id": "1"
|
||||
}
|
||||
],
|
||||
"coord_events": [],
|
||||
|
||||
Reference in New Issue
Block a user