diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2021-01-09 15:16:05 -0500 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2021-01-09 15:16:05 -0500 |
| commit | 7d3ea88611efbc2f9b903063e2816b1cae1bad35 (patch) | |
| tree | 7475d498e4a1695aefd4a7e3356e735a51245d35 /engine/events | |
| parent | f773fd1dd89782eb1e92b850c7409a8d8be37651 (diff) | |
Rename GetFarHalfword to GetFarWord
Fixes #796
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 0e0e282c9..4eafef5ba 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 |
