mirror of
https://github.com/pret/pokeemerald.git
synced 2026-08-28 05:31:11 -05:00
Changed definition of P_ENABLE_DEBUG to pokemon_config.h
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -1,8 +1,6 @@
|
||||
#ifndef GUARD_POKEMON_DEBUG_H
|
||||
#define GUARD_POKEMON_DEBUG_H
|
||||
|
||||
#define P_ENABLE_DEBUG
|
||||
|
||||
void CB2_Debug_Pokemon(void);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user