mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-24 23:18:36 -05:00
11 lines
235 B
C
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
|