MAP_NONE -> MAP_DYNAMIC, treat warp ids as strings to allow constants
This commit is contained in:
@@ -50,42 +50,42 @@
|
||||
"y": 17,
|
||||
"elevation": 0,
|
||||
"dest_map": "MAP_FOUR_ISLAND_ICEFALL_CAVE_ENTRANCE",
|
||||
"dest_warp_id": 1
|
||||
"dest_warp_id": "1"
|
||||
},
|
||||
{
|
||||
"x": 2,
|
||||
"y": 8,
|
||||
"elevation": 3,
|
||||
"dest_map": "MAP_FOUR_ISLAND_ICEFALL_CAVE_ENTRANCE",
|
||||
"dest_warp_id": 2
|
||||
"dest_warp_id": "2"
|
||||
},
|
||||
{
|
||||
"x": 12,
|
||||
"y": 12,
|
||||
"elevation": 3,
|
||||
"dest_map": "MAP_FOUR_ISLAND_ICEFALL_CAVE_B1F",
|
||||
"dest_warp_id": 0
|
||||
"dest_warp_id": "0"
|
||||
},
|
||||
{
|
||||
"x": 12,
|
||||
"y": 3,
|
||||
"elevation": 3,
|
||||
"dest_map": "MAP_FOUR_ISLAND_ICEFALL_CAVE_B1F",
|
||||
"dest_warp_id": 1
|
||||
"dest_warp_id": "1"
|
||||
},
|
||||
{
|
||||
"x": 15,
|
||||
"y": 16,
|
||||
"elevation": 3,
|
||||
"dest_map": "MAP_FOUR_ISLAND_ICEFALL_CAVE_B1F",
|
||||
"dest_warp_id": 2
|
||||
"dest_warp_id": "2"
|
||||
},
|
||||
{
|
||||
"x": 3,
|
||||
"y": 6,
|
||||
"elevation": 3,
|
||||
"dest_map": "MAP_FOUR_ISLAND_ICEFALL_CAVE_BACK",
|
||||
"dest_warp_id": 0
|
||||
"dest_warp_id": "0"
|
||||
}
|
||||
],
|
||||
"coord_events": [],
|
||||
|
||||
Reference in New Issue
Block a user