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
|
dec b
|
||||||
jr nz, .asm_7046e
|
jr nz, .asm_7046e
|
||||||
ld a, [wc0ef]
|
ld a, [wc0ef]
|
||||||
cp $1f
|
cp BANK(Music1f_UpdateMusic)
|
||||||
ld [wc0f0], a
|
ld [wc0f0], a
|
||||||
jr nz, .asm_70495
|
jr nz, .asm_70495
|
||||||
ld a, $ff
|
ld a, $ff
|
||||||
|
|
|
@ -48,13 +48,13 @@ SSAnne7RubText: ; 618ec (18:58ec)
|
||||||
TX_FAR _SSAnne7RubText
|
TX_FAR _SSAnne7RubText
|
||||||
db $8
|
db $8
|
||||||
ld a, [wc0ef]
|
ld a, [wc0ef]
|
||||||
cp $1f
|
cp BANK(Music1f_UpdateMusic)
|
||||||
ld [wc0f0], a
|
ld [wc0f0], a
|
||||||
jr nz, .asm_61908 ; 0x618f9 $d
|
jr nz, .asm_61908 ; 0x618f9 $d
|
||||||
ld a, $ff
|
ld a, $ff
|
||||||
ld [wc0ee], a
|
ld [wc0ee], a
|
||||||
call PlaySound
|
call PlaySound
|
||||||
ld a, Bank(Func_9876)
|
ld a, Bank(Music_PkmnHealed)
|
||||||
ld [wc0ef], a
|
ld [wc0ef], a
|
||||||
.asm_61908
|
.asm_61908
|
||||||
ld a, MUSIC_PKMN_HEALED
|
ld a, MUSIC_PKMN_HEALED
|
||||||
|
|
Loading…
Reference in a new issue