summaryrefslogtreecommitdiff
path: root/home.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home.asm')
-rw-r--r--home.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/home.asm b/home.asm
index 31131b8d2..78315b0bf 100644
--- a/home.asm
+++ b/home.asm
@@ -61,7 +61,7 @@ Unreferenced_Function2ebb::
bit 1, a
ret z
- ld a, [hJoyDown]
+ ldh a, [hJoyDown]
bit B_BUTTON_F, a
ret
@@ -146,7 +146,7 @@ INCLUDE "home/math.asm"
INCLUDE "home/print_text.asm"
CallPointerAt::
- ld a, [hROMBank]
+ ldh a, [hROMBank]
push af
ld a, [hli]
rst Bankswitch