Update itemfinder.asm

fixed syntax error
This commit is contained in:
emaskyesmogon 2022-08-31 11:53:56 -06:00
parent 40180459ee
commit fe8d220568

View file

@ -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