Skip to content

Commit

Permalink
longer b mash for meloetta (#392)
Browse files Browse the repository at this point in the history
  • Loading branch information
kichithewolf authored Dec 25, 2023
1 parent 0df64eb commit b18bf69
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ void StatsReset::enter_battle(SingleSwitchProgramEnvironment& env, BotBaseContex
break;
case Target::Snacksworth:
//The same as generic, but Snacksworth legendaries are not in the dex and skip the caught/summary/add to party menu.
pbf_mash_button(context, BUTTON_B, 90);
pbf_mash_button(context, BUTTON_B, 250);
context.wait_for_all_requests();
break;
case Target::Generic:
Expand Down

0 comments on commit b18bf69

Please sign in to comment.