summaryrefslogtreecommitdiff
path: root/engine/items
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2014-05-23 15:11:09 -0700
committeryenatch <yenatch@gmail.com>2014-05-23 15:11:09 -0700
commit0dea0cc3fb815aae7d7a5e856aabf9b402d45cd0 (patch)
treed6bf1cd5291e9c0b5598182ceb6a7a67ef202314 /engine/items
parent15427f532085846ab6b51719be687951a094cb6c (diff)
Comment some bank 0 functions, and add wram labels for Predef.
Diffstat (limited to 'engine/items')
-rwxr-xr-xengine/items/itemfinder.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/items/itemfinder.asm b/engine/items/itemfinder.asm
index 4ec2a23f..551f2a08 100755
--- a/engine/items/itemfinder.asm
+++ b/engine/items/itemfinder.asm
@@ -4,7 +4,7 @@ HiddenItemNear: ; 7481f (1d:481f)
.asm_74824
ld de, $0003
ld a, [W_CURMAP]
- call IsInArrayCummulativeCount
+ call IsInRestOfArray
ret nc ; return if current map has no hidden items
push bc
push hl