diff options
Diffstat (limited to 'maps/OlivinePort.asm')
-rw-r--r-- | maps/OlivinePort.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/maps/OlivinePort.asm b/maps/OlivinePort.asm index 7c0f2dd71..78940406c 100644 --- a/maps/OlivinePort.asm +++ b/maps/OlivinePort.asm @@ -386,8 +386,8 @@ OlivinePort_MapEvents: db 0, 0 ; filler db 2 ; warp events - warp_event 11, 7, 5, OLIVINE_PORT_PASSAGE - warp_event 7, 23, 1, FAST_SHIP_1F + warp_event 11, 7, OLIVINE_PORT_PASSAGE, 5 + warp_event 7, 23, FAST_SHIP_1F, 1 db 1 ; coord events coord_event 7, 15, SCENE_DEFAULT, UnknownScript_0x7491f |