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 1058faf commit deaf729Copy full SHA for deaf729
SerialPrograms/Source/PokemonSV/Programs/PokemonSV_MenuNavigation.cpp
@@ -460,8 +460,8 @@ void mash_button_till_overworld(
460
int ret = run_until<ProControllerContext>(
461
stream, context,
462
[button, seconds_run](ProControllerContext& context){
463
- ssf_mash1_button(context, button, seconds_run * TICKS_PER_SECOND);
464
- pbf_wait(context, seconds_run * TICKS_PER_SECOND);
+ ssf_mash1_button(context, button, Seconds(seconds_run));
+ pbf_wait(context, Seconds(seconds_run));
465
},
466
{overworld}
467
);
0 commit comments