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