summaryrefslogtreecommitdiff
path: root/home/cry.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home/cry.asm')
-rw-r--r--home/cry.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/home/cry.asm b/home/cry.asm
index dc446c8..706187b 100644
--- a/home/cry.asm
+++ b/home/cry.asm
@@ -33,9 +33,9 @@ LoadCryHeader::
call GetCryIndex
ldh a, [hROMBank]
push af
- ld a, BANK(Cries)
+ ld a, BANK(PokemonCries)
call Bankswitch
- ld hl, Cries
+ ld hl, PokemonCries
add hl, bc
add hl, bc
add hl, bc