Changed definition of P_ENABLE_DEBUG to pokemon_config.h

This commit is contained in:
TheXaman 2021-12-02 19:29:04 +01:00
parent a36445ea11
commit bf0d2b8393
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -1,8 +1,6 @@
#ifndef GUARD_POKEMON_DEBUG_H
#define GUARD_POKEMON_DEBUG_H
#define P_ENABLE_DEBUG
void CB2_Debug_Pokemon(void);