diff --git a/include/config/pokemon.h b/include/config/pokemon.h index ee169c79e1..2345cc3f36 100644 --- a/include/config/pokemon.h +++ b/include/config/pokemon.h @@ -63,7 +63,7 @@ // Learnset helper toggles #define P_LEARNSET_HELPER_TEACHABLE TRUE // If TRUE, teachable_learnsets.h will be populated by tools/learnset_helpers/make_teachables.py using the included JSON files based on available TMs and tutors. -#define P_TUTOR_MOVES_ARRAY TRUE // If TRUE, generates a gTutorMoves array automatically using make_teachables.py. (generally not needed, but the HGSS Pokedex has an optional use for it) +#define P_TUTOR_MOVES_ARRAY FALSE // If TRUE, generates a gTutorMoves array automatically using make_teachables.py. (generally not needed, but the HGSS Pokedex has an optional use for it) // Flag settings // To use the following features in scripting, replace the 0s with the flag ID you're assigning it to.