From 801c1b7d7afe4d38cf0273b8dc91319bb9d5f897 Mon Sep 17 00:00:00 2001 From: theAstrogoth Date: Sun, 26 Jul 2026 20:56:37 -0500 Subject: [PATCH] use AdvanceBattleDialogWatcher in grass_spin --- SerialPrograms/Source/PokemonFRLG/PokemonFRLG_Navigation.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SerialPrograms/Source/PokemonFRLG/PokemonFRLG_Navigation.cpp b/SerialPrograms/Source/PokemonFRLG/PokemonFRLG_Navigation.cpp index 84022b6776..0f1c141d3f 100644 --- a/SerialPrograms/Source/PokemonFRLG/PokemonFRLG_Navigation.cpp +++ b/SerialPrograms/Source/PokemonFRLG/PokemonFRLG_Navigation.cpp @@ -1195,7 +1195,7 @@ void heal_at_pokecenter(ConsoleHandle& console, ProControllerContext& context){ int grass_spin(ConsoleHandle& console, ProControllerContext& context, bool leftright, Seconds timeout){ BlackScreenWatcher battle_triggered(COLOR_RED); - BattleDialogWatcher battle_entered(COLOR_RED); + AdvanceBattleDialogWatcher battle_entered(COLOR_RED); context.wait_for_all_requests(); console.log("Starting grass spin.");