mirror of
https://github.com/pret/pokediamond.git
synced 2026-04-25 07:26:54 -05:00
13 lines
348 B
C
13 lines
348 B
C
#ifndef POKEDIAMOND_UNK_0206BB28_H
|
|
#define POKEDIAMOND_UNK_0206BB28_H
|
|
|
|
#include "pokedex.h"
|
|
#include "pokemon.h"
|
|
#include "save.h"
|
|
|
|
BOOL SaveArray_IsNatDexEnabled(struct SaveData *save);
|
|
BOOL Pokedex_IsNatDexEnabled(struct Pokedex *pokedex);
|
|
u32 Pokedex_ConvertToCurrentDexNo(BOOL isNationalDex, u32 species);
|
|
|
|
#endif // POKEDIAMOND_UNK_0206BB28_H
|