From 94cfde2c43824e943c576ee7dd923e0429159b29 Mon Sep 17 00:00:00 2001 From: Dalton-V Date: Sun, 14 Jun 2026 15:02:31 -0500 Subject: [PATCH] Add filter for box shiny detection. --- .../PokemonLZA/Inference/Boxes/PokemonLZA_BoxInfoDetector.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/SerialPrograms/Source/PokemonLZA/Inference/Boxes/PokemonLZA_BoxInfoDetector.cpp b/SerialPrograms/Source/PokemonLZA/Inference/Boxes/PokemonLZA_BoxInfoDetector.cpp index 53f5948c2f..525ecff3cd 100644 --- a/SerialPrograms/Source/PokemonLZA/Inference/Boxes/PokemonLZA_BoxInfoDetector.cpp +++ b/SerialPrograms/Source/PokemonLZA/Inference/Boxes/PokemonLZA_BoxInfoDetector.cpp @@ -66,6 +66,7 @@ bool BoxShinyDetector::detect(const ImageViewRGB32& screen){ {0xff000000, 0xff646464}, // 100 {0xff000000, 0xff8c8c8c}, // 140 {0xff000000, 0xffb4b4b4}, // 180 + {0xff000000, 0xffc8c8c8}, // 200 }; const double max_rsmd = 100.0;