summaryrefslogtreecommitdiff
path: root/home/audio.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home/audio.asm')
-rw-r--r--home/audio.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/home/audio.asm b/home/audio.asm
index bf080550..8f3ec91c 100644
--- a/home/audio.asm
+++ b/home/audio.asm
@@ -110,10 +110,10 @@ PlayCry:: ; 3de4 (0:3de4)
push af
ld a, [hROMBank]
push af
- ld a, BANK(CryHeaders) ; $3c
+ ld a, BANK(PokemonCries)
ld [hROMBank], a
ld [MBC3RomBank], a
- ld hl, CryHeaders ; $6747
+ ld hl, PokemonCries
add hl, de
add hl, de
add hl, de