Skip to content

Commit 066858d

Browse files
committed
another fix for mash_button_till_overworld()
1 parent d26e701 commit 066858d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SerialPrograms/Source/PokemonSV/Programs/PokemonSV_MenuNavigation.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ void mash_button_till_overworld(
461461
stream, context,
462462
[button, seconds_run](ProControllerContext& context){
463463
ssf_mash1_button(context, button, Seconds(seconds_run));
464-
pbf_wait(context, Seconds(seconds_run));
464+
// pbf_wait(context, Seconds(seconds_run));
465465
},
466466
{overworld}
467467
);

0 commit comments

Comments
 (0)