summaryrefslogtreecommitdiff
path: root/home/trainers.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/trainers.asm
parent4c43fa538dd8a48408d34307dc2e428084f2bb2a (diff)
Rename GetFarHalfword to GetFarWord
Diffstat (limited to 'home/trainers.asm')
-rw-r--r--home/trainers.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/home/trainers.asm b/home/trainers.asm
index eb1121bc..e6106a77 100644
--- a/home/trainers.asm
+++ b/home/trainers.asm
@@ -116,7 +116,7 @@ LoadTrainer_continue::
ld hl, MAPOBJECT_SCRIPT_POINTER
add hl, bc
ld a, [wSeenTrainerBank]
- call GetFarHalfword
+ call GetFarWord
ld de, wTempTrainer
ld bc, wTempTrainerEnd - wTempTrainer
ld a, [wSeenTrainerBank]
@@ -215,7 +215,7 @@ CheckTrainerFlag:: ; unreferenced
ld h, [hl]
ld l, a
call GetMapScriptsBank
- call GetFarHalfword
+ call GetFarWord
ld d, h
ld e, l
push de