Skip to content

Commit

Permalink
Fix opening recently battled for completed pokedex
Browse files Browse the repository at this point in the history
  • Loading branch information
NympheaR authored Sep 15, 2023
1 parent 643e25e commit 83f787b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ void open_pokedex_from_overworld(const ProgramInfo& info, ConsoleHandle& console

void open_recently_battled_from_pokedex(const ProgramInfo& info, ConsoleHandle& console, BotBaseContext& context){
console.log("Opening recently battled...");
LetsGoKillWatcher menu(console.logger(), COLOR_RED, true, {0.23, 0.23, 0.04, 0.08});
LetsGoKillWatcher menu(console.logger(), COLOR_RED, true, {0.23, 0.23, 0.04, 0.20});
context.wait_for_all_requests();

int ret = run_until(
Expand Down

0 comments on commit 83f787b

Please sign in to comment.