summaryrefslogtreecommitdiff
path: root/src/audio
diff options
context:
space:
mode:
authorxCrystal <rgr.crystal@gmail.com>2018-02-25 18:25:57 +0100
committerxCrystal <rgr.crystal@gmail.com>2018-02-25 18:25:57 +0100
commit51b46f5e4ebbfb2d99cca76ff610b3824e98da13 (patch)
treeb29b64f68e91fede93c0a3226c7f444436edcb48 /src/audio
parentf3b132b877428d08cea1a16dfc97bed7f169f58a (diff)
Give generic labels to all used wram addresses and use correct space allocation (default to ds when size of address unknown)
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