Skip to content

Commit 872aa4b

Browse files
committed
update wait time
1 parent 0f692e4 commit 872aa4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SerialPrograms/Source/PokemonLGPE/Programs/ShinyHunting/PokemonLGPE_GiftReset.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ void GiftReset::program(SingleSwitchProgramEnvironment& env, CancellableScope& s
121121

122122
if (EXTRA_DIALOG){
123123
env.log("Persian/Arcanine selected. Mashing B to exit dialog.");
124-
pbf_mash_button(context, BUTTON_B, 3000ms);
124+
pbf_mash_button(context, BUTTON_B, 4100ms);
125125
context.wait_for_all_requests();
126126
}
127127

0 commit comments

Comments
 (0)