aboutsummaryrefslogtreecommitdiffstats
path: root/home/delay.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home/delay.asm')
-rw-r--r--home/delay.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/delay.asm b/home/delay.asm
index 850b23e9..3d1ea44d 100644
--- a/home/delay.asm
+++ b/home/delay.asm
@@ -18,7 +18,7 @@ WaitForSoundToFinish::
ret nz
push hl
.waitLoop
- ld hl, wChannelSoundIDs + Ch5
+ ld hl, wChannelSoundIDs + CHAN5
xor a
or [hl]
inc hl