aboutsummaryrefslogtreecommitdiffstats
path: root/engine/items/itemfinder.asm
diff options
context:
space:
mode:
authorDaniel Harding <corrnondacqb@yahoo.com>2015-07-20 17:40:25 -0500
committerDaniel Harding <corrnondacqb@yahoo.com>2015-07-20 17:40:25 -0500
commit13e28b0ece7c7888cba792cc6f7219b384213427 (patch)
tree4dcd58e0fe7ac33bf38817f423754dc758cb902f /engine/items/itemfinder.asm
parentMerge branch 'master' of https://github.com/YamaArashi/pokered (diff)
parentconstants for flag actions (diff)
downloadpokeyellow-13e28b0ece7c7888cba792cc6f7219b384213427.tar.gz
pokeyellow-13e28b0ece7c7888cba792cc6f7219b384213427.tar.xz
pokeyellow-13e28b0ece7c7888cba792cc6f7219b384213427.zip
Merge pull request #106 from YamaArashi/master
jpab/jpba macros
Diffstat (limited to 'engine/items/itemfinder.asm')
-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 51277632..5da72388 100755
--- a/engine/items/itemfinder.asm
+++ b/engine/items/itemfinder.asm
@@ -10,7 +10,7 @@ HiddenItemNear: ; 7481f (1d:481f)
push hl
ld hl, wObtainedHiddenItemsFlags
ld c, b
- ld b, $2
+ ld b, FLAG_TEST
predef FlagActionPredef
ld a, c
pop hl