mirror of
https://github.com/pret/pokered.git
synced 2026-09-12 03:35:20 -05:00
More music bank references
Now the AUDIO constants in audio.asm can be edited freely
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user