Skip to content

Commit 09927f1

Browse files
theastrogothDeveloper-Butters
authored andcommitted
use AdvanceBattleDialogWatcher in grass_spin (PokemonAutomation#1346)
1 parent 8d9ab22 commit 09927f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SerialPrograms/Source/PokemonFRLG/PokemonFRLG_Navigation.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1195,7 +1195,7 @@ void heal_at_pokecenter(ConsoleHandle& console, ProControllerContext& context){
11951195

11961196
int grass_spin(ConsoleHandle& console, ProControllerContext& context, bool leftright, Seconds timeout){
11971197
BlackScreenWatcher battle_triggered(COLOR_RED);
1198-
BattleDialogWatcher battle_entered(COLOR_RED);
1198+
AdvanceBattleDialogWatcher battle_entered(COLOR_RED);
11991199

12001200
context.wait_for_all_requests();
12011201
console.log("Starting grass spin.");

0 commit comments

Comments
 (0)