From d5437eea3a8d0198c1b13ea337110b6aad4687df Mon Sep 17 00:00:00 2001 From: Alexander Yee Date: Sun, 23 Nov 2025 17:57:48 -0800 Subject: [PATCH] Attempt to fix Jachinthe. --- .../Source/PokemonLZA/Programs/PokemonLZA_TrainerBattle.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/SerialPrograms/Source/PokemonLZA/Programs/PokemonLZA_TrainerBattle.cpp b/SerialPrograms/Source/PokemonLZA/Programs/PokemonLZA_TrainerBattle.cpp index 3a851348d..3e658e01c 100644 --- a/SerialPrograms/Source/PokemonLZA/Programs/PokemonLZA_TrainerBattle.cpp +++ b/SerialPrograms/Source/PokemonLZA/Programs/PokemonLZA_TrainerBattle.cpp @@ -123,6 +123,7 @@ void TrainerBattleState::run_lock_recovery(ConsoleHandle& console, ProController ssf_press_right_joystick(context, 0, 128, 0ms, 1000ms, 0ms); pbf_mash_button(context, BUTTON_ZL, 1000ms); + pbf_press_button(context, BUTTON_ZL, 500ms, 0ms); }