Skip to content

Commit d140a86

Browse files
authored
Extend purchase arrow detection wait time for languages with longer text (#741)
* Extend purchase arrow detection wait time for languages with longer text * Further increase wait time until throwing error
1 parent f30d29d commit d140a86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SerialPrograms/Source/PokemonLZA/Programs/PokemonLZA_ClothingBuyer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ void ClothingBuyer::program(SingleSwitchProgramEnvironment& env, ProControllerCo
8080
FlatWhiteDialogWatcher already_bought(COLOR_RED, &env.console.overlay());
8181
int ret = wait_until(
8282
env.console, context,
83-
std::chrono::seconds(2),
83+
std::chrono::seconds(30),
8484
{ buy_yes_no, already_bought }
8585
);
8686
switch (ret) {

0 commit comments

Comments
 (0)