aboutsummaryrefslogtreecommitdiff
path: root/modes/dungeon.gbasm
diff options
context:
space:
mode:
Diffstat (limited to 'modes/dungeon.gbasm')
-rw-r--r--modes/dungeon.gbasm2
1 files changed, 2 insertions, 0 deletions
diff --git a/modes/dungeon.gbasm b/modes/dungeon.gbasm
index 1d27cc1..9062425 100644
--- a/modes/dungeon.gbasm
+++ b/modes/dungeon.gbasm
@@ -187,5 +187,7 @@ Dungeon_VBLANK_Entrypoint:
INC A
LD $mem_loop_frame_timer, A
+ CALL =Play_Music
+
.ENABLE_VBLANK_INTERRUPTS
RETI