|
AnimaEngine
1.0.0
Nintendo DS Pokemon Black, White, Black 2, and White 2 sprite extraction and preview toolchain
|
Pokemon catalog structure and query database functions. More...
Go to the source code of this file.
Data Structures | |
| struct | PokemonCatalogEntry |
| Represents a single species entry in the local database catalog. More... | |
Typedefs | |
| typedef struct PokemonCatalogEntry | PokemonCatalogEntry |
| Represents a single species entry in the local database catalog. More... | |
Functions | |
| const PokemonCatalogEntry * | PokemonCatalog_GetEntries (int *out_count) |
| Retrieves the entire catalog list of Pokemon entries. More... | |
| const PokemonCatalogEntry * | PokemonCatalog_FindByDexId (int dex_id) |
| Finds a Pokemon catalog entry matching a specific National Dex ID. More... | |
Pokemon catalog structure and query database functions.
| typedef struct PokemonCatalogEntry PokemonCatalogEntry |
Represents a single species entry in the local database catalog.
| const PokemonCatalogEntry* PokemonCatalog_FindByDexId | ( | int | dex_id | ) |
Finds a Pokemon catalog entry matching a specific National Dex ID.
| dex_id | National Dex ID. |
| const PokemonCatalogEntry* PokemonCatalog_GetEntries | ( | int * | out_count | ) |
Retrieves the entire catalog list of Pokemon entries.
| out_count | Destination pointer to store number of entries in the catalog. |