diff options
Diffstat (limited to 'maps/CeladonDeptStore5F.asm')
-rw-r--r-- | maps/CeladonDeptStore5F.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/maps/CeladonDeptStore5F.asm b/maps/CeladonDeptStore5F.asm index 94fc55de3..ddac9b490 100644 --- a/maps/CeladonDeptStore5F.asm +++ b/maps/CeladonDeptStore5F.asm @@ -73,9 +73,9 @@ CeladonDeptStore5F_MapEvents: db 0, 0 ; filler db 3 ; warp events - warp_event 12, 0, 1, CELADON_DEPT_STORE_4F - warp_event 15, 0, 1, CELADON_DEPT_STORE_6F - warp_event 2, 0, 1, CELADON_DEPT_STORE_ELEVATOR + warp_event 12, 0, CELADON_DEPT_STORE_4F, 1 + warp_event 15, 0, CELADON_DEPT_STORE_6F, 1 + warp_event 2, 0, CELADON_DEPT_STORE_ELEVATOR, 1 db 0 ; coord events |