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