summaryrefslogtreecommitdiff
path: root/home/print_text.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home/print_text.asm')
-rwxr-xr-xhome/print_text.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/print_text.asm b/home/print_text.asm
index 31cbd744..b140b0de 100755
--- a/home/print_text.asm
+++ b/home/print_text.asm
@@ -137,7 +137,7 @@ Function33e9:: ; 33e9 (0:33e9)
FarPrintText::
ld [wBuffer], a
- ld a, [hROMBank]
+ ldh a, [hROMBank]
push af
ld a, [wBuffer]
rst Bankswitch