diff options
author | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2014-06-10 01:10:11 -0400 |
---|---|---|
committer | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2014-06-10 01:10:11 -0400 |
commit | f4e2814381364f295367d1b8da0ad9f73fc565d1 (patch) | |
tree | 6bde080f284275266f80cb4e023013592570c96d /home/init.asm | |
parent | b83acb03e50c4314e082e642bdb429346892d040 (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.asm | 2 |
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 |