diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-02-01 21:54:00 -0500 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-02-01 21:54:00 -0500 |
commit | 3088a77a21fd39b9bfa0850e676ddbbed5fdf52b (patch) | |
tree | 0fbea7f00115b9643b1b91728e521f7626ccac68 /maps/VermilionPort.asm | |
parent | 323ef81286c554d928520341fbc13ef21dc1ec79 (diff) |
warp_event x, y, map, warp_id
Diffstat (limited to 'maps/VermilionPort.asm')
-rw-r--r-- | maps/VermilionPort.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/maps/VermilionPort.asm b/maps/VermilionPort.asm index 4a30eac99..65dc59834 100644 --- a/maps/VermilionPort.asm +++ b/maps/VermilionPort.asm @@ -300,8 +300,8 @@ VermilionPort_MapEvents: db 0, 0 ; filler db 2 ; warp events - warp_event 9, 5, 5, VERMILION_PORT_PASSAGE - warp_event 7, 17, 1, FAST_SHIP_1F + warp_event 9, 5, VERMILION_PORT_PASSAGE, 5 + warp_event 7, 17, FAST_SHIP_1F, 1 db 1 ; coord events coord_event 7, 11, SCENE_DEFAULT, UnknownScript_0x74e20 |