summaryrefslogtreecommitdiff
path: root/home/delay.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home/delay.asm')
-rw-r--r--home/delay.asm1
1 files changed, 1 insertions, 0 deletions
diff --git a/home/delay.asm b/home/delay.asm
index 850b23e9..eba865c2 100644
--- a/home/delay.asm
+++ b/home/delay.asm
@@ -26,6 +26,7 @@ WaitForSoundToFinish::
inc hl
inc hl
or [hl]
+ and a
jr nz, .waitLoop
pop hl
ret