summaryrefslogtreecommitdiff
path: root/include/pokedex.h
diff options
context:
space:
mode:
authorPhlosioneer <mattmdrr2@gmail.com>2019-03-02 03:18:08 -0500
committerPhlosioneer <mattmdrr2@gmail.com>2019-03-02 03:18:08 -0500
commit49bef258567b8ac6ead607de8ce0ac64581cdb55 (patch)
tree5c46abd03c745dd2127756061c0ed8d6173059b9 /include/pokedex.h
parentee6942683882e2abd4bde79f8355b71abbd21af9 (diff)
Clean up the last extern functions
Diffstat (limited to 'include/pokedex.h')
-rw-r--r--include/pokedex.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/pokedex.h b/include/pokedex.h
index c3700c811..a1b7378bf 100644
--- a/include/pokedex.h
+++ b/include/pokedex.h
@@ -44,5 +44,6 @@ u16 CreateMonSpriteFromNationalDexNumber(u16, s16, s16, u16);
bool16 HasAllHoennMons(void);
void ResetPokedexScrollPositions(void);
u16 sub_80C0944(void);
+void CB2_Pokedex(void);
#endif // GUARD_POKEDEX_H