|
AnimaEngine
1.0.0
Nintendo DS Pokemon Black, White, Black 2, and White 2 sprite extraction and preview toolchain
|
#include "pokemon_catalog.h"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... | |
Variables | |
| static const PokemonCatalogEntry | g_pokemon_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. |
|
static |