From 601571010f3d9ee8c8275bd4242bb6e175501e2b Mon Sep 17 00:00:00 2001 From: pifopi Date: Sun, 9 Nov 2025 21:27:44 +0100 Subject: [PATCH] Increase timing to 26s --- .../Source/PokemonLZA/Programs/PokemonLZA_BasicNavigation.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SerialPrograms/Source/PokemonLZA/Programs/PokemonLZA_BasicNavigation.cpp b/SerialPrograms/Source/PokemonLZA/Programs/PokemonLZA_BasicNavigation.cpp index fb6004ca9..b95f89839 100644 --- a/SerialPrograms/Source/PokemonLZA/Programs/PokemonLZA_BasicNavigation.cpp +++ b/SerialPrograms/Source/PokemonLZA/Programs/PokemonLZA_BasicNavigation.cpp @@ -209,7 +209,7 @@ void sit_on_bench(ConsoleHandle& console, ProControllerContext& context){ console, context, [](ProControllerContext& context){ // mash A to start day/night change and into the transition animation - pbf_mash_button(context, BUTTON_A, 23000ms); + pbf_mash_button(context, BUTTON_A, 26000ms); // for (int c = 0; c < 3; c++){ // pbf_move_left_joystick(context, 128, 255, 1000ms, 0ms); // pbf_mash_button(context, BUTTON_B, 1000ms);