More music bank references

Now the AUDIO constants in audio.asm can be edited freely
This commit is contained in:
U-Fish-PC\Daniel 2014-06-10 01:10:11 -04:00
parent b83acb03e5
commit f4e2814381
2 changed files with 2 additions and 2 deletions

View file

@ -131,7 +131,7 @@ Func_61bc: ; 61bc (1:61bc)
call ResetPlayerSpriteData
ld a,[H_LOADEDROMBANK]
push af
ld a,2
ld a, BANK(Music_PalletTown)
ld [wc0ef],a
ld [wc0f0],a
ld a,$A

View file

@ -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