mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12:00
Hardcoded audio bank references
This commit is contained in:
parent
695757abe5
commit
013c2c7d66
|
@ -35,7 +35,7 @@ AnimateHealingMachine: ; 70433 (1c:4433)
|
|||
dec b
|
||||
jr nz, .asm_7046e
|
||||
ld a, [wc0ef]
|
||||
cp $1f
|
||||
cp BANK(Music1f_UpdateMusic)
|
||||
ld [wc0f0], a
|
||||
jr nz, .asm_70495
|
||||
ld a, $ff
|
||||
|
|
|
@ -48,13 +48,13 @@ SSAnne7RubText: ; 618ec (18:58ec)
|
|||
TX_FAR _SSAnne7RubText
|
||||
db $8
|
||||
ld a, [wc0ef]
|
||||
cp $1f
|
||||
cp BANK(Music1f_UpdateMusic)
|
||||
ld [wc0f0], a
|
||||
jr nz, .asm_61908 ; 0x618f9 $d
|
||||
ld a, $ff
|
||||
ld [wc0ee], a
|
||||
call PlaySound
|
||||
ld a, Bank(Func_9876)
|
||||
ld a, Bank(Music_PkmnHealed)
|
||||
ld [wc0ef], a
|
||||
.asm_61908
|
||||
ld a, MUSIC_PKMN_HEALED
|
||||
|
|
Loading…
Reference in a new issue