summaryrefslogtreecommitdiff
path: root/home/audio.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home/audio.asm')
-rw-r--r--home/audio.asm4
1 files changed, 4 insertions, 0 deletions
diff --git a/home/audio.asm b/home/audio.asm
index 5104582..bf3a6c5 100644
--- a/home/audio.asm
+++ b/home/audio.asm
@@ -1,6 +1,10 @@
INCLUDE "constants.asm"
+if DEBUG
SECTION "Audio interface", ROM0[$3CBF]
+else
+SECTION "Audio interface", ROM0[$3C83]
+endc
DisableAudio:: ; 3cbf
push hl