Skip to content

Commit 45bebf2

Browse files
committed
adjust rmsd for lgpe legendary reset
1 parent 9086b0f commit 45bebf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SerialPrograms/Source/PokemonLGPE/Inference/Battles/PokemonLGPE_BattleArrowDetector.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ bool BattleArrowDetector::detect(const ImageViewRGB32& screen){
5454
//cropped.save("test-object-" + std::to_string(c++) + ".png");
5555
double rmsd = matcher.rmsd(cropped);
5656
//cout << rmsd << endl;
57-
if (rmsd < 110){
57+
if (rmsd < 116){
5858
return true;
5959
}
6060
}

0 commit comments

Comments
 (0)