diff options
author | Rémi Calixte <remicalixte.rmc@gmail.com> | 2021-05-13 19:37:12 +0200 |
---|---|---|
committer | Rémi Calixte <remicalixte.rmc@gmail.com> | 2021-05-13 19:37:12 +0200 |
commit | a50b0bd9052bbeb9c439f2a25e5ab290c528cdf4 (patch) | |
tree | f58aac843f5cafb1f909a738f5ae3f141e0db37b /include/unk_0206BB28.h | |
parent | 1598b5dcbb9c2fc7dfc51b4503fe5bcac75dab47 (diff) | |
parent | 7962c5086f9ddd90508559a0d326f4eca9573669 (diff) |
Merge branch 'master' into unk_02016B94
Diffstat (limited to 'include/unk_0206BB28.h')
-rw-r--r-- | include/unk_0206BB28.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/unk_0206BB28.h b/include/unk_0206BB28.h index ff60e220..44997e73 100644 --- a/include/unk_0206BB28.h +++ b/include/unk_0206BB28.h @@ -5,8 +5,8 @@ #include "pokedex.h" #include "pokemon.h" -BOOL FUN_0206BB28(struct SaveBlock2 * sav2); -BOOL FUN_0206BB34(struct Pokedex * pokedex); +BOOL SavArray_IsNatDexEnabled(struct SaveBlock2 * sav2); +BOOL Pokedex_IsNatDexEnabled(struct Pokedex * pokedex); u32 FUN_0206BB48(BOOL isNationalDex, u32 species); #endif //POKEDIAMOND_UNK_0206BB28_H |