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 994bc29..dc446c8 100644
--- a/home/cry.asm
+++ b/home/cry.asm
@@ -33,9 +33,9 @@ LoadCryHeader::
call GetCryIndex
ldh a, [hROMBank]
push af
- ld a, BANK(CryHeaders)
+ ld a, BANK(Cries)
call Bankswitch
- ld hl, CryHeaders
+ ld hl, Cries
add hl, bc
add hl, bc
add hl, bc