Skip to content

Commit 673e8e9

Browse files
authored
fixing previous fix (sorry) (#784)
1 parent 44fa7f5 commit 673e8e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SerialPrograms/Source/PokemonLZA/Programs/ShinyHunting/PokemonLZA_AutoFossil.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class AutoFossil : public SingleSwitchProgramInstance{
4444
bool check_fossils_in_one_box(SingleSwitchProgramEnvironment& env, ProControllerContext& context, size_t num_fossils_in_box);
4545

4646
SimpleIntegerOption<uint32_t> NUM_FOSSILS;
47-
IntegerEnumDropdownOption WHICIH_FOSSIL;
47+
IntegerEnumDropdownOption WHICH_FOSSIL;
4848
PokemonLA::StopOnOption STOP_ON;
4949

5050
BooleanCheckBoxOption TAKE_VIDEO;

0 commit comments

Comments
 (0)