pokeheartgold/include/pokedex_util.h
2022-03-15 19:33:05 -04:00

13 lines
325 B
C

#ifndef POKEHEARTGOLD_POKEDEX_UTIL_H
#define POKEHEARTGOLD_POKEDEX_UTIL_H
#include "pokedex.h"
#include "save.h"
BOOL Pokedex_IsNatDexEnabled(const POKEDEX* pokedex);
BOOL SavArray_IsNatDexEnabled(SAVEDATA* savedata);
u32 Pokedex_ConvertToCurrentDexNo(BOOL natDexFlag, u32 species);
#endif //POKEHEARTGOLD_POKEDEX_UTIL_H