diff --git a/include/constants/pokemon_config.h b/include/constants/pokemon_config.h index 6d45eb9be..bca1d5fb7 100644 --- a/include/constants/pokemon_config.h +++ b/include/constants/pokemon_config.h @@ -18,6 +18,8 @@ #define P_UPDATED_EGG_GROUPS GEN_8 // Since Gen 8, certain Pokémon have gained new egg groups. #define P_SHEDINJA_BALL GEN_8 // Since Gen 4, Shedinja requires a Poké Ball for its evolution. In Gen 3, Shedinja inherits Nincada's Ball. +#define P_ENABLE_DEBUG // Enables a debug menu for pokemon sprites and icons, accessed by pressing SELECT in the summary screen. + #ifndef ITEM_EXPANSION //Item Definitions for gEvolutionTable diff --git a/include/pokemon_debug.h b/include/pokemon_debug.h index d70409a6b..c9bfafc10 100644 --- a/include/pokemon_debug.h +++ b/include/pokemon_debug.h @@ -1,8 +1,6 @@ #ifndef GUARD_POKEMON_DEBUG_H #define GUARD_POKEMON_DEBUG_H -#define P_ENABLE_DEBUG - void CB2_Debug_Pokemon(void);