summaryrefslogtreecommitdiff
path: root/engine/items/itemfinder.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2014-05-25 10:09:39 -0700
committeryenatch <yenatch@gmail.com>2014-05-25 10:09:39 -0700
commitd307c854991f5eb24e12935e6906ad81ed244334 (patch)
tree02b55a1baafe17e29dec3070076cf5e4578a658e /engine/items/itemfinder.asm
parentcdd34eb45b5093e595455b4f4556bed643cceafa (diff)
Clean up some bank 3 functions and rename flag action functions.
Diffstat (limited to 'engine/items/itemfinder.asm')
-rwxr-xr-xengine/items/itemfinder.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/items/itemfinder.asm b/engine/items/itemfinder.asm
index 551f2a08..2495b096 100755
--- a/engine/items/itemfinder.asm
+++ b/engine/items/itemfinder.asm
@@ -11,8 +11,8 @@ HiddenItemNear: ; 7481f (1d:481f)
ld hl, $d6f0
ld c, b
ld b, $2
- ld a, $10
- call Predef ; indirect jump to HandleBitArray (f666 (3:7666))
+ ld a, $10 ; FlagActionPredef
+ call Predef
ld a, c
pop hl
pop bc