diff options
author | golem galvanize <golemgalvanize@github.com> | 2018-05-10 03:30:42 -0400 |
---|---|---|
committer | golem galvanize <golemgalvanize@github.com> | 2018-05-10 03:30:42 -0400 |
commit | d31600e70e53fb252fe67e8c427ecb7498719b86 (patch) | |
tree | f5dd1832dbb2b5f37dd6c46999950c5e63d35e1d /include/pokedex.h | |
parent | f9331f15ef3db551fb288737d1070adfc79150b2 (diff) |
finish decompiling pokedex
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 19e1162e2..f9e236588 100644 --- a/include/pokedex.h +++ b/include/pokedex.h @@ -2,7 +2,7 @@ #define GUARD_POKEDEX_H void ResetPokedex(void); -void CopyMonCategoryText(u16 species, u8 *dst); +void CopyMonCategoryText(u32 species, u8 *dst); u16 GetPokedexHeightWeight(u16 dexNum, u8 data); u16 GetNationalPokedexCount(u8); u16 GetHoennPokedexCount(u8); |