diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2021-01-09 15:16:20 -0500 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2021-01-09 15:16:20 -0500 |
commit | 51aa06097fd99ecbd431aba32cf8b5120a93e433 (patch) | |
tree | f1dba301f2270543742ad3cd56d875fa5f639cdc /home/text.asm | |
parent | 4c43fa538dd8a48408d34307dc2e428084f2bb2a (diff) |
Rename GetFarHalfword to GetFarWord
Diffstat (limited to 'home/text.asm')
-rw-r--r-- | home/text.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/text.asm b/home/text.asm index 19deadb5..5c90be52 100644 --- a/home/text.asm +++ b/home/text.asm @@ -913,7 +913,7 @@ TextCommand_STRINGBUFFER:: add hl, de add hl, de ld a, BANK(StringBufferPointers) - call GetFarHalfword + call GetFarWord ld d, h ld e, l ld h, b |