summaryrefslogtreecommitdiff
path: root/src/audio
diff options
context:
space:
mode:
Diffstat (limited to 'src/audio')
-rw-r--r--src/audio/music1.asm2
-rw-r--r--src/audio/music2.asm2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/audio/music1.asm b/src/audio/music1.asm
index 9db9632..86d76f4 100644
--- a/src/audio/music1.asm
+++ b/src/audio/music1.asm
@@ -690,7 +690,7 @@ Music1_note: ; f448c (3d:448c)
add e
jr .asm_f44c1
.asm_f44c7
- ld hl, $ddbb
+ ld hl, wddbb
add hl, bc
ld [hl], a
pop de
diff --git a/src/audio/music2.asm b/src/audio/music2.asm
index d329326..41d58f8 100644
--- a/src/audio/music2.asm
+++ b/src/audio/music2.asm
@@ -690,7 +690,7 @@ Music2_note: ; f448c (3d:448c)
add e
jr .asm_f84c1
.asm_f84c7
- ld hl, $ddbb
+ ld hl, wddbb
add hl, bc
ld [hl], a
pop de