diff --git a/SerialPrograms/Source/PokemonFRLG/Inference/PokemonFRLG_SelectionArrowDetector.cpp b/SerialPrograms/Source/PokemonFRLG/Inference/PokemonFRLG_SelectionArrowDetector.cpp index 29c662fbb..dcc378440 100644 --- a/SerialPrograms/Source/PokemonFRLG/Inference/PokemonFRLG_SelectionArrowDetector.cpp +++ b/SerialPrograms/Source/PokemonFRLG/Inference/PokemonFRLG_SelectionArrowDetector.cpp @@ -112,7 +112,8 @@ bool SelectionArrowDetector::detect(const ImageViewRGB32& screen){ size_t min_area = size_t(screen_rel_size_2 * min_area_1080p); const std::vector> FILTERS = { - {0xff464646, 0xff787878} + {0xff464646, 0xff787878}, + {0xff3f413a, 0xff7f827c} }; bool found = match_template_by_waterfill( diff --git a/SerialPrograms/Source/PokemonFRLG/Programs/PokemonFRLG_StartMenuNavigation.cpp b/SerialPrograms/Source/PokemonFRLG/Programs/PokemonFRLG_StartMenuNavigation.cpp index 2b2f5cac6..bf71dd272 100644 --- a/SerialPrograms/Source/PokemonFRLG/Programs/PokemonFRLG_StartMenuNavigation.cpp +++ b/SerialPrograms/Source/PokemonFRLG/Programs/PokemonFRLG_StartMenuNavigation.cpp @@ -217,7 +217,7 @@ void save_game_to_overworld(ConsoleHandle& console, ProControllerContext& contex int ret5 = wait_until( console, context, - std::chrono::seconds(1), + std::chrono::seconds(2), { save_confirm_arrow }