MAP_NONE -> MAP_DYNAMIC, treat warp ids as strings to allow constants
This commit is contained in:
@@ -75,21 +75,21 @@
|
||||
"y": 7,
|
||||
"elevation": 0,
|
||||
"dest_map": "MAP_PALLET_TOWN_PLAYERS_HOUSE_1F",
|
||||
"dest_warp_id": 1
|
||||
"dest_warp_id": "1"
|
||||
},
|
||||
{
|
||||
"x": 15,
|
||||
"y": 7,
|
||||
"elevation": 0,
|
||||
"dest_map": "MAP_PALLET_TOWN_RIVALS_HOUSE",
|
||||
"dest_warp_id": 0
|
||||
"dest_warp_id": "0"
|
||||
},
|
||||
{
|
||||
"x": 16,
|
||||
"y": 13,
|
||||
"elevation": 0,
|
||||
"dest_map": "MAP_PALLET_TOWN_PROFESSOR_OAKS_LAB",
|
||||
"dest_warp_id": 0
|
||||
"dest_warp_id": "0"
|
||||
}
|
||||
],
|
||||
"coord_events": [
|
||||
|
||||
Reference in New Issue
Block a user