diff options
Diffstat (limited to 'maps/VermilionPortPassage.asm')
-rw-r--r-- | maps/VermilionPortPassage.asm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/maps/VermilionPortPassage.asm b/maps/VermilionPortPassage.asm index 8ac0b8694..dd154b705 100644 --- a/maps/VermilionPortPassage.asm +++ b/maps/VermilionPortPassage.asm @@ -21,11 +21,11 @@ VermilionPortPassage_MapEventHeader: .Warps: db 5 - warp_def $0, $f, 8, GROUP_VERMILION_CITY, MAP_VERMILION_CITY - warp_def $0, $10, 9, GROUP_VERMILION_CITY, MAP_VERMILION_CITY - warp_def $4, $f, 4, GROUP_VERMILION_PORT_PASSAGE, MAP_VERMILION_PORT_PASSAGE - warp_def $2, $3, 3, GROUP_VERMILION_PORT_PASSAGE, MAP_VERMILION_PORT_PASSAGE - warp_def $e, $3, 1, GROUP_VERMILION_PORT, MAP_VERMILION_PORT + warp_def $0, $f, 8, VERMILION_CITY + warp_def $0, $10, 9, VERMILION_CITY + warp_def $4, $f, 4, VERMILION_PORT_PASSAGE + warp_def $2, $3, 3, VERMILION_PORT_PASSAGE + warp_def $e, $3, 1, VERMILION_PORT .XYTriggers: db 0 |