summaryrefslogtreecommitdiff
path: root/home/cry.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home/cry.asm')
-rw-r--r--home/cry.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/home/cry.asm b/home/cry.asm
index aea7af03d..393534a29 100644
--- a/home/cry.asm
+++ b/home/cry.asm
@@ -62,11 +62,11 @@ LoadCryHeader:: ; 37f3
ld a, [hROMBank]
push af
- ld a, BANK(CryHeaders)
+ ld a, BANK(PokemonCries)
rst Bankswitch
- ld hl, CryHeaders
-rept 6
+ ld hl, PokemonCries
+rept 6 ; sizeof(mon_cry)
add hl, bc
endr