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 /engine/events | |
| parent | 4c43fa538dd8a48408d34307dc2e428084f2bb2a (diff) | |
Rename GetFarHalfword to GetFarWord
Diffstat (limited to 'engine/events')
| -rw-r--r-- | engine/events/checkforhiddenitems.asm | 4 |
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 |
