MAP_NONE -> MAP_DYNAMIC, treat warp ids as strings to allow constants
This commit is contained in:
@@ -134,21 +134,21 @@
|
||||
"y": 16,
|
||||
"elevation": 3,
|
||||
"dest_map": "MAP_INDIGO_PLATEAU_EXTERIOR",
|
||||
"dest_warp_id": 0
|
||||
"dest_warp_id": "0"
|
||||
},
|
||||
{
|
||||
"x": 4,
|
||||
"y": 1,
|
||||
"elevation": 3,
|
||||
"dest_map": "MAP_POKEMON_LEAGUE_LORELEIS_ROOM",
|
||||
"dest_warp_id": 0
|
||||
"dest_warp_id": "0"
|
||||
},
|
||||
{
|
||||
"x": 1,
|
||||
"y": 14,
|
||||
"elevation": 4,
|
||||
"dest_map": "MAP_INDIGO_PLATEAU_POKEMON_CENTER_2F",
|
||||
"dest_warp_id": 0
|
||||
"dest_warp_id": "0"
|
||||
}
|
||||
],
|
||||
"coord_events": [],
|
||||
|
||||
Reference in New Issue
Block a user