diff options
Diffstat (limited to 'maps/CeladonDeptStore3F.asm')
-rw-r--r-- | maps/CeladonDeptStore3F.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/maps/CeladonDeptStore3F.asm b/maps/CeladonDeptStore3F.asm index 2527599c4..733100ab2 100644 --- a/maps/CeladonDeptStore3F.asm +++ b/maps/CeladonDeptStore3F.asm @@ -96,9 +96,9 @@ CeladonDeptStore3F_MapEvents: db 0, 0 ; filler db 3 ; warp events - warp_event 12, 0, 1, CELADON_DEPT_STORE_2F - warp_event 15, 0, 2, CELADON_DEPT_STORE_4F - warp_event 2, 0, 1, CELADON_DEPT_STORE_ELEVATOR + warp_event 12, 0, CELADON_DEPT_STORE_2F, 1 + warp_event 15, 0, CELADON_DEPT_STORE_4F, 2 + warp_event 2, 0, CELADON_DEPT_STORE_ELEVATOR, 1 db 0 ; coord events |