diff options
Diffstat (limited to 'maps/IlexForestAzaleaGate.asm')
-rw-r--r-- | maps/IlexForestAzaleaGate.asm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/maps/IlexForestAzaleaGate.asm b/maps/IlexForestAzaleaGate.asm index c0dc50d9b..a2193fb8c 100644 --- a/maps/IlexForestAzaleaGate.asm +++ b/maps/IlexForestAzaleaGate.asm @@ -32,10 +32,10 @@ IlexForestAzaleaGate_MapEvents: db 0, 0 ; filler db 4 ; warp events - warp_event 0, 4, 2, ILEX_FOREST - warp_event 0, 5, 3, ILEX_FOREST - warp_event 9, 4, 7, AZALEA_TOWN - warp_event 9, 5, 8, AZALEA_TOWN + warp_event 0, 4, ILEX_FOREST, 2 + warp_event 0, 5, ILEX_FOREST, 3 + warp_event 9, 4, AZALEA_TOWN, 7 + warp_event 9, 5, AZALEA_TOWN, 8 db 0 ; coord events |