diff options
author | KDSKardabox <bollygame94@gmail.com> | 2018-02-12 16:15:51 +0530 |
---|---|---|
committer | KDSKardabox <bollygame94@gmail.com> | 2018-02-12 16:15:51 +0530 |
commit | d52a54e64f73cb1e24e18da106ea9b69307b4509 (patch) | |
tree | de9b2577b73f7a3b0f9b0b6b530bb7b5455fd5ed /include/pokedex.h | |
parent | 0ca0ad1c63e49605d3a9dd28e5c40bca96a85710 (diff) |
Updating pokedex count function labels
Diffstat (limited to 'include/pokedex.h')
-rw-r--r-- | include/pokedex.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pokedex.h b/include/pokedex.h index 236feac45..20eecf375 100644 --- a/include/pokedex.h +++ b/include/pokedex.h @@ -17,7 +17,7 @@ enum }; s8 GetSetPokedexFlag(u16 nationalNum, u8 caseId); -u16 pokedex_count(u8); +u16 GetNationalPokedexCount(u8); u16 sub_80C0844(u8); #endif // GUARD_POKEDEX_H |