diff options
Diffstat (limited to 'maps/DragonShrine.asm')
-rw-r--r-- | maps/DragonShrine.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/maps/DragonShrine.asm b/maps/DragonShrine.asm index ac6fcf25b..d4a2aa8ba 100644 --- a/maps/DragonShrine.asm +++ b/maps/DragonShrine.asm @@ -659,8 +659,8 @@ DragonShrine_MapEvents: db 0, 0 ; filler db 2 ; warp events - warp_event 4, 9, 2, DRAGONS_DEN_B1F - warp_event 5, 9, 2, DRAGONS_DEN_B1F + warp_event 4, 9, DRAGONS_DEN_B1F, 2 + warp_event 5, 9, DRAGONS_DEN_B1F, 2 db 0 ; coord events |