summaryrefslogtreecommitdiff
path: root/engine/events
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 /engine/events
parent4c43fa538dd8a48408d34307dc2e428084f2bb2a (diff)
Rename GetFarHalfword to GetFarWord
Diffstat (limited to 'engine/events')
-rw-r--r--engine/events/checkforhiddenitems.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/events/checkforhiddenitems.asm b/engine/events/checkforhiddenitems.asm
index 0e0e282c..4eafef5b 100644
--- a/engine/events/checkforhiddenitems.asm
+++ b/engine/events/checkforhiddenitems.asm
@@ -46,9 +46,9 @@ CheckForHiddenItems:
jr nz, .next
; Has this item already been found? If not, set off the Itemfinder.
ld a, [wCurMapScriptBank]
- call GetFarHalfword
+ call GetFarWord
ld a, [wCurMapScriptBank]
- call GetFarHalfword
+ call GetFarWord
ld d, h
ld e, l
ld b, CHECK_FLAG