summaryrefslogtreecommitdiff
path: root/home/copy.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2021-01-09 15:16:20 -0500
committerRangi <remy.oukaour+rangi42@gmail.com>2021-01-09 15:16:20 -0500
commit51aa06097fd99ecbd431aba32cf8b5120a93e433 (patch)
treef1dba301f2270543742ad3cd56d875fa5f639cdc /home/copy.asm
parent4c43fa538dd8a48408d34307dc2e428084f2bb2a (diff)
Rename GetFarHalfword to GetFarWord
Diffstat (limited to 'home/copy.asm')
-rw-r--r--home/copy.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/copy.asm b/home/copy.asm
index c623d335..f72986db 100644
--- a/home/copy.asm
+++ b/home/copy.asm
@@ -35,7 +35,7 @@ GetFarByte::
ld a, [wFarByte]
ret
-GetFarHalfword::
+GetFarWord::
; retrieve a halfword from a:hl, and return it in hl.
; bankswitch to new bank
ld [wTempBank], a