summaryrefslogtreecommitdiff
path: root/home/cry.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home/cry.asm')
-rw-r--r--home/cry.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/cry.asm b/home/cry.asm
index 43f20b1af..856134b3e 100644
--- a/home/cry.asm
+++ b/home/cry.asm
@@ -55,7 +55,7 @@ LoadCry::
call GetCryIndex
ret c
- ld a, [hROMBank]
+ ldh a, [hROMBank]
push af
ld a, BANK(PokemonCries)
rst Bankswitch