summaryrefslogtreecommitdiff
path: root/home/cry.asm
diff options
context:
space:
mode:
authorZumi Daxuya <daxuya.zumi+code@protonmail.com>2021-05-30 23:42:14 +0700
committerZumi Daxuya <daxuya.zumi+code@protonmail.com>2021-05-30 23:42:14 +0700
commita567c93e310589efd65ad897727a4aa5f24f18e0 (patch)
treec7d54714e6d55d47e6359d2cf661b0d619f1a5af /home/cry.asm
parent754d9064c977f117d57030978f61178f5f5644f6 (diff)
Rip cries and cry headers
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