const PokemonCatalogEntry * PokemonCatalog_FindByDexId(int dex_id)
Finds a Pokemon catalog entry matching a specific National Dex ID.
Definition: pokemon_catalog.c:678
const PokemonCatalogEntry * PokemonCatalog_GetEntries(int *out_count)
Retrieves the entire catalog list of Pokemon entries.
Definition: pokemon_catalog.c:669
Represents a single species entry in the local database catalog.
Definition: pokemon_catalog.h:12
int dex_id
Definition: pokemon_catalog.h:13
const char * name
Definition: pokemon_catalog.h:14