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