summaryrefslogtreecommitdiff
path: root/home/init.asm
diff options
context:
space:
mode:
authorU-Fish-PC\Daniel <corrnondacqb@yahoo.com>2014-06-10 01:10:11 -0400
committerU-Fish-PC\Daniel <corrnondacqb@yahoo.com>2014-06-10 01:10:11 -0400
commitf4e2814381364f295367d1b8da0ad9f73fc565d1 (patch)
tree6bde080f284275266f80cb4e023013592570c96d /home/init.asm
parentb83acb03e50c4314e082e642bdb429346892d040 (diff)
More music bank references
Now the AUDIO constants in audio.asm can be edited freely
Diffstat (limited to 'home/init.asm')
-rw-r--r--home/init.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/init.asm b/home/init.asm
index ef5b5bb9..1518218e 100644
--- a/home/init.asm
+++ b/home/init.asm
@@ -98,7 +98,7 @@ rLCDC_DEFAULT EQU %11100011
ld a, $40 ; PREDEF_SGB_BORDER
call Predef
- ld a, $1f
+ ld a, BANK(SFX_1f_67)
ld [wc0ef], a
ld [wc0f0], a
ld a, $9c