We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d26e701 commit 066858dCopy full SHA for 066858d
SerialPrograms/Source/PokemonSV/Programs/PokemonSV_MenuNavigation.cpp
@@ -461,7 +461,7 @@ void mash_button_till_overworld(
461
stream, context,
462
[button, seconds_run](ProControllerContext& context){
463
ssf_mash1_button(context, button, Seconds(seconds_run));
464
- pbf_wait(context, Seconds(seconds_run));
+ // pbf_wait(context, Seconds(seconds_run));
465
},
466
{overworld}
467
);
0 commit comments