summaryrefslogtreecommitdiff
path: root/home/audio.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/audio.asm
parent754d9064c977f117d57030978f61178f5f5644f6 (diff)
Rip cries and cry headers
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 508a729..94dbea4 100644
--- a/home/audio.asm
+++ b/home/audio.asm
@@ -82,10 +82,10 @@ PlayCryHeader::
ldh a, [hROMBank]
push af
- ld a, BANK(CryHeaders)
+ ld a, BANK(Cries)
ld [MBC3RomBank], a ; Unsafe
ldh [hROMBank], a
- ld hl, CryHeaders
+ ld hl, Cries
rept 6
add hl, de
endr