From 75f81a947cf2d7cbca5390867fe7652c2c88d7ab Mon Sep 17 00:00:00 2001 From: kichithewolf Date: Sun, 13 Apr 2025 21:11:44 -0400 Subject: [PATCH] Update PokemonLGPE_AlolanTrade.cpp --- .../Programs/ShinyHunting/PokemonLGPE_AlolanTrade.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/SerialPrograms/Source/PokemonLGPE/Programs/ShinyHunting/PokemonLGPE_AlolanTrade.cpp b/SerialPrograms/Source/PokemonLGPE/Programs/ShinyHunting/PokemonLGPE_AlolanTrade.cpp index f3abad0a6d..9624188333 100644 --- a/SerialPrograms/Source/PokemonLGPE/Programs/ShinyHunting/PokemonLGPE_AlolanTrade.cpp +++ b/SerialPrograms/Source/PokemonLGPE/Programs/ShinyHunting/PokemonLGPE_AlolanTrade.cpp @@ -184,6 +184,10 @@ void AlolanTrade::program(SingleSwitchProgramEnvironment& env, CancellableScope& //Pokedex - Bag - Party - Communicate - Save (these all have a colored line under when selected + an arrow to indicate) //(Press Y for options) + //Make sure any extra dialog is closed + pbf_mash_button(context, BUTTON_B, 3000ms); + context.wait_for_all_requests(); + //Wait a bit. pbf_wait(context, 2500ms); context.wait_for_all_requests();