pokeplatinum/include/constants/species.h

11 lines
235 B
C

#ifndef POKEPLATINUM_CONSTANTS_SPECIES_H
#define POKEPLATINUM_CONSTANTS_SPECIES_H
#include "generated/species.h"
#include "res/pokemon/pokedex_sizes.h"
#define MAX_SPECIES SPECIES_BAD_EGG
#endif // POKEPLATINUM_CONSTANTS_SPECIES_H