summaryrefslogtreecommitdiff
path: root/home/audio.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home/audio.asm')
-rw-r--r--home/audio.asm8
1 files changed, 4 insertions, 4 deletions
diff --git a/home/audio.asm b/home/audio.asm
index 98e1fc40c..21e4f81f9 100644
--- a/home/audio.asm
+++ b/home/audio.asm
@@ -152,13 +152,13 @@ PlayCryHeader:: ; 3be3
ld a, [hROMBank]
push af
- ; Cry headers are stuck in one bank.
- ld a, BANK(CryHeaders)
+ ; Cries are stuck in one bank.
+ ld a, BANK(PokemonCries)
ld [hROMBank], a
ld [MBC3RomBank], a
- ld hl, CryHeaders
-rept 6
+ ld hl, PokemonCries
+rept 6 ; sizeof(mon_cry)
add hl, de
endr