MAP_NONE -> MAP_DYNAMIC, treat warp ids as strings to allow constants
This commit is contained in:
@@ -190,35 +190,35 @@
|
||||
"y": 2,
|
||||
"elevation": 3,
|
||||
"dest_map": "MAP_VICTORY_ROAD_2F",
|
||||
"dest_warp_id": 1
|
||||
"dest_warp_id": "1"
|
||||
},
|
||||
{
|
||||
"x": 34,
|
||||
"y": 9,
|
||||
"elevation": 3,
|
||||
"dest_map": "MAP_VICTORY_ROAD_2F",
|
||||
"dest_warp_id": 2
|
||||
"dest_warp_id": "2"
|
||||
},
|
||||
{
|
||||
"x": 37,
|
||||
"y": 10,
|
||||
"elevation": 3,
|
||||
"dest_map": "MAP_VICTORY_ROAD_2F",
|
||||
"dest_warp_id": 3
|
||||
"dest_warp_id": "3"
|
||||
},
|
||||
{
|
||||
"x": 39,
|
||||
"y": 17,
|
||||
"elevation": 3,
|
||||
"dest_map": "MAP_VICTORY_ROAD_2F",
|
||||
"dest_warp_id": 4
|
||||
"dest_warp_id": "4"
|
||||
},
|
||||
{
|
||||
"x": 34,
|
||||
"y": 18,
|
||||
"elevation": 3,
|
||||
"dest_map": "MAP_VICTORY_ROAD_2F",
|
||||
"dest_warp_id": 8
|
||||
"dest_warp_id": "8"
|
||||
}
|
||||
],
|
||||
"coord_events": [
|
||||
|
||||
Reference in New Issue
Block a user