aboutsummaryrefslogtreecommitdiff
path: root/modes/dungeon.gbasm
diff options
context:
space:
mode:
Diffstat (limited to 'modes/dungeon.gbasm')
-rw-r--r--modes/dungeon.gbasm3
1 files changed, 2 insertions, 1 deletions
diff --git a/modes/dungeon.gbasm b/modes/dungeon.gbasm
index 9062425..e67847b 100644
--- a/modes/dungeon.gbasm
+++ b/modes/dungeon.gbasm
@@ -170,8 +170,8 @@ Dungeon_VBLANK_Entrypoint:
CALL =Animation_Wait_Mode
CALL =Update_Blinking_Counter
- CALL =Update_Animation_Steps
CALL =Check_Open_Menu_button
+ CALL =Update_Animation_Steps
LD HL, $mem_entities_list
CALL =Center_viewport_around_entity
@@ -188,6 +188,7 @@ Dungeon_VBLANK_Entrypoint:
LD $mem_loop_frame_timer, A
CALL =Play_Music
+ CALL =Play_Sound_Effect
.ENABLE_VBLANK_INTERRUPTS
RETI