mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12:00
fix item finder issue properly
This commit is contained in:
parent
b492074005
commit
550fcb6f5d
|
@ -29,7 +29,7 @@ HiddenItemNear:
|
||||||
cp d
|
cp d
|
||||||
jr z, .y_zflag ; starts to fix the y/x coord 0 no find bug - PvK
|
jr z, .y_zflag ; starts to fix the y/x coord 0 no find bug - PvK
|
||||||
jr nc, .loop
|
jr nc, .loop
|
||||||
y_zflag
|
.y_zflag
|
||||||
ld a, [wYCoord]
|
ld a, [wYCoord]
|
||||||
add 4
|
add 4
|
||||||
cp d
|
cp d
|
||||||
|
|
Loading…
Reference in a new issue