diff --git a/SerialPrograms/Source/PokemonSV/Inference/PokemonSV_WhiteTriangleDetector.cpp b/SerialPrograms/Source/PokemonSV/Inference/PokemonSV_WhiteTriangleDetector.cpp index 08670dcc4e..de8d6cda8a 100644 --- a/SerialPrograms/Source/PokemonSV/Inference/PokemonSV_WhiteTriangleDetector.cpp +++ b/SerialPrograms/Source/PokemonSV/Inference/PokemonSV_WhiteTriangleDetector.cpp @@ -29,7 +29,7 @@ class WhiteTriangleMatcher : public ImageMatch::WaterfillTemplateMatcher{ ){ m_aspect_ratio_lower = 0.8; m_aspect_ratio_upper = 1.2; - m_area_ratio_lower = 0.9; + m_area_ratio_lower = 0.8; m_area_ratio_upper = 1.4; } diff --git a/SerialPrograms/Source/PokemonSV/Programs/AutoStory/PokemonSV_AutoStory_Segment_22.cpp b/SerialPrograms/Source/PokemonSV/Programs/AutoStory/PokemonSV_AutoStory_Segment_22.cpp index 1413a061f3..1bf4075342 100644 --- a/SerialPrograms/Source/PokemonSV/Programs/AutoStory/PokemonSV_AutoStory_Segment_22.cpp +++ b/SerialPrograms/Source/PokemonSV/Programs/AutoStory/PokemonSV_AutoStory_Segment_22.cpp @@ -235,7 +235,7 @@ void checkpoint_52( // wait for dialog after leaving gym walk_forward_until_dialog(env.program_info(), env.console, context, NavigationMovementMode::DIRECTIONAL_ONLY, 20000ms, 0, -1); - WhiteTriangleWatcher white_triangle(COLOR_RED, ImageFloatBox(0.948773, 0.034156, 0.013874, 0.024668)); + WhiteTriangleWatcher white_triangle(COLOR_RED, ImageFloatBox(0.946, 0.029, 0.013874, 0.024668)); // mash A until detect top right white triangle 1 int ret = run_until( env.console, context,