diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2019-12-11 19:51:51 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2019-12-11 19:51:51 -0500 |
commit | af1c24b751a12b5c5d283e13326df3a997ef27dd (patch) | |
tree | c85749e46d0f0dba95483ee16f264652c9233c1f /include/pokedex.h | |
parent | 0d586d304dbae11eeb0809ef7a06e2d23db5010c (diff) | |
parent | f12824e3b1643f86599e2c03c96b752a87a73746 (diff) |
Merge branch 'master' of github.com:pret/pokefirered into pokedex_screen
Diffstat (limited to 'include/pokedex.h')
-rw-r--r-- | include/pokedex.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/pokedex.h b/include/pokedex.h index a08d4ed26..c132ae794 100644 --- a/include/pokedex.h +++ b/include/pokedex.h @@ -44,6 +44,9 @@ s8 GetSetPokedexFlag(u16 nationalNum, u8 caseId); u16 GetNationalPokedexCount(u8); u16 sub_80C0844(u8); u16 GetKantoPokedexCount(u8); +bool16 HasAllHoennMons(void); +bool16 HasAllKantoMons(void); +bool16 HasAllMons(void); u32 sub_8106B60(u16 species); |