summaryrefslogtreecommitdiff
path: root/include/pokedex.h
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@users.noreply.github.com>2019-07-12 17:10:52 -0400
committerGitHub <noreply@github.com>2019-07-12 17:10:52 -0400
commitad274b9561d16589d8099a3671617e2255c1e9c5 (patch)
treeeac97aaca6a507e754fa15124c89b14e495060bd /include/pokedex.h
parent39d68ebd445be5657a916dec1b4872717e9c40d3 (diff)
parent185cd074035c41d4550a150139b1eeb34541ace8 (diff)
Merge pull request #79 from gwimm/master
decompile: diploma.s
Diffstat (limited to 'include/pokedex.h')
-rw-r--r--include/pokedex.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/pokedex.h b/include/pokedex.h
index b389bf821..c4ec27e0b 100644
--- a/include/pokedex.h
+++ b/include/pokedex.h
@@ -7,7 +7,8 @@ void ResetPokedex(void);
void CopyMonCategoryText(u16 species, u8 *dst);
u16 GetPokedexHeightWeight(u16 dexNum, u8 data);
u16 GetNationalPokedexCount(u8);
-u16 GetHoennPokedexCount(u8);
+u16 GetKantoPokedexCount(u8);
+bool16 HasAllKantoMons(void);
u8 CreateDexDisplayMonDataTask(u16 dexNum, u32 trainerId, u32 personality);
enum