summaryrefslogtreecommitdiff
path: root/home/print_text.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home/print_text.asm')
-rwxr-xr-xhome/print_text.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/home/print_text.asm b/home/print_text.asm
index bd26f66c..04bc8ece 100755
--- a/home/print_text.asm
+++ b/home/print_text.asm
@@ -136,10 +136,10 @@ Function33e9::
.digits db "0123456789ABCDEF"
FarPrintText::
- ld [wBuffer], a
+ ld [wTempBank], a
ldh a, [hROMBank]
push af
- ld a, [wBuffer]
+ ld a, [wTempBank]
rst Bankswitch
call PrintText