summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
authorklektron <klektron@users.noreply.github.com>2021-01-02 15:24:25 +0100
committerklektron <klektron@users.noreply.github.com>2021-01-02 15:24:25 +0100
commit419eac2a656d5dd034e46c5f93ce808e583050de (patch)
treee624efa8f0f96b763e8a610c0a616988ef72a1b0 /home
parent36d4d6fe0aeeb60b5137b812b779fa82b05b4a5a (diff)
fixes here and there
Diffstat (limited to 'home')
-rw-r--r--home/audio.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/audio.asm b/home/audio.asm
index e1951fd5..eded85e9 100644
--- a/home/audio.asm
+++ b/home/audio.asm
@@ -185,7 +185,7 @@ PlaySound::
jr nz, .audio3
; audio 2
ld a, b
- call $603A ; TODO Audio2_PlaySound??
+ call Audio2_PlaySound
jr .next2
.audio3