diff options
Diffstat (limited to 'include/pokedex.h')
-rw-r--r-- | include/pokedex.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/pokedex.h b/include/pokedex.h index 236feac45..19e1162e2 100644 --- a/include/pokedex.h +++ b/include/pokedex.h @@ -17,7 +17,6 @@ enum }; s8 GetSetPokedexFlag(u16 nationalNum, u8 caseId); -u16 pokedex_count(u8); -u16 sub_80C0844(u8); +u16 sub_80C0E9C(u16, s16, s16, u16); #endif // GUARD_POKEDEX_H |