diff options
Diffstat (limited to 'maps/CeladonDeptStore4F.asm')
-rw-r--r-- | maps/CeladonDeptStore4F.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/maps/CeladonDeptStore4F.asm b/maps/CeladonDeptStore4F.asm index 46532322f..4241a3595 100644 --- a/maps/CeladonDeptStore4F.asm +++ b/maps/CeladonDeptStore4F.asm @@ -52,9 +52,9 @@ CeladonDeptStore4F_MapEvents: db 0, 0 ; filler db 3 ; warp events - warp_event 12, 0, 1, CELADON_DEPT_STORE_5F - warp_event 15, 0, 2, CELADON_DEPT_STORE_3F - warp_event 2, 0, 1, CELADON_DEPT_STORE_ELEVATOR + warp_event 12, 0, CELADON_DEPT_STORE_5F, 1 + warp_event 15, 0, CELADON_DEPT_STORE_3F, 2 + warp_event 2, 0, CELADON_DEPT_STORE_ELEVATOR, 1 db 0 ; coord events |