diff options
author | Phlosioneer <mattmdrr2@gmail.com> | 2019-03-02 03:18:08 -0500 |
---|---|---|
committer | Phlosioneer <mattmdrr2@gmail.com> | 2019-03-02 03:18:08 -0500 |
commit | 49bef258567b8ac6ead607de8ce0ac64581cdb55 (patch) | |
tree | 5c46abd03c745dd2127756061c0ed8d6173059b9 /include/pokedex.h | |
parent | ee6942683882e2abd4bde79f8355b71abbd21af9 (diff) |
Clean up the last extern functions
Diffstat (limited to 'include/pokedex.h')
-rw-r--r-- | include/pokedex.h | 1 |
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 |