diff --git a/SerialPrograms/Source/PokemonLZA/Programs/ShinyHunting/PokemonLZA_AutoFossil.h b/SerialPrograms/Source/PokemonLZA/Programs/ShinyHunting/PokemonLZA_AutoFossil.h index 9c4fe3e658..c42456c10e 100644 --- a/SerialPrograms/Source/PokemonLZA/Programs/ShinyHunting/PokemonLZA_AutoFossil.h +++ b/SerialPrograms/Source/PokemonLZA/Programs/ShinyHunting/PokemonLZA_AutoFossil.h @@ -44,7 +44,7 @@ class AutoFossil : public SingleSwitchProgramInstance{ bool check_fossils_in_one_box(SingleSwitchProgramEnvironment& env, ProControllerContext& context, size_t num_fossils_in_box); SimpleIntegerOption NUM_FOSSILS; - IntegerEnumDropdownOption WHICIH_FOSSIL; + IntegerEnumDropdownOption WHICH_FOSSIL; PokemonLA::StopOnOption STOP_ON; BooleanCheckBoxOption TAKE_VIDEO;