mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-06 15:45:24 +13:00
Clean up music bank references
This commit is contained in:
parent
d266f788b4
commit
fadac928bc
10 changed files with 22 additions and 22 deletions
|
|
@ -41,7 +41,7 @@ AnimateHealingMachine: ; 70433 (1c:4433)
|
|||
ld a, $ff
|
||||
ld [wc0ee], a
|
||||
call PlaySound
|
||||
ld a, Bank(Func_9876)
|
||||
ld a, BANK(Music_PkmnHealed)
|
||||
ld [wc0ef], a
|
||||
.asm_70495
|
||||
ld a, MUSIC_PKMN_HEALED
|
||||
|
|
|
|||
|
|
@ -158,7 +158,7 @@ PointerTable_1a510: ; 1a510 (6:6510)
|
|||
dw Func_1a56b
|
||||
|
||||
Func_1a514: ; 1a514 (6:6514)
|
||||
ld a, Bank(Func_9876)
|
||||
ld a, BANK(Music_MuseumGuy)
|
||||
ld [wc0ef], a
|
||||
ld [wc0f0], a
|
||||
ld a, MUSIC_MUSEUM_GUY
|
||||
|
|
@ -215,7 +215,7 @@ PointerTable_1a57d: ; 1a57d (6:657d)
|
|||
dw Func_1a56b
|
||||
|
||||
Func_1a581: ; 1a581 (6:6581)
|
||||
ld a, Bank(Func_9876)
|
||||
ld a, BANK(Music_MuseumGuy)
|
||||
ld [wc0ef], a
|
||||
ld [wc0f0], a
|
||||
ld a, MUSIC_MUSEUM_GUY
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue