Skip to content

Commit 2dbf46f

Browse files
author
Gin
committed
m
1 parent 61fd76d commit 2dbf46f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

SerialPrograms/Source/Pokemon/Resources/Pokemon_PokemonSlugs.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ namespace Pokemon{
1717

1818

1919
// Get a set of all pokemon slugs.
20-
// Each slug corresponds to one natioanl dex number.
20+
// Each slug corresponds to one national dex number.
2121
const std::set<std::string>& ALL_POKEMON_SLUGS();
2222
// Get a list of pokemon slugs in the order of national dex.
23-
// Each slug corresponds to one natioanl dex number.
23+
// Each slug corresponds to one national dex number.
2424
const std::vector<std::string>& NATIONAL_DEX_SLUGS();
2525
// Get a one-to-one mapping from pokemon slugs to their national dex numbers.
2626
const std::map<std::string, size_t>& SLUGS_TO_NATIONAL_DEX();

SerialPrograms/Source/PokemonHome/Programs/PokemonHome_BoxSorting.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -608,7 +608,7 @@ void BoxSorting::program(SingleSwitchProgramEnvironment& env, ProControllerConte
608608
// ability_box
609609

610610
// Press button R to go to next summary screen
611-
pbf_press_button(context, BUTTON_R, 10, VIDEO_DELAY+15);
611+
pbf_press_button(context, BUTTON_R, 10, 40);
612612
context.wait_for_all_requests();
613613
}
614614
}

0 commit comments

Comments
 (0)