diff options
author | scnorton <scnorton@biociphers.org> | 2017-08-30 15:19:26 -0400 |
---|---|---|
committer | scnorton <scnorton@biociphers.org> | 2017-08-30 15:19:26 -0400 |
commit | 6442f46338f5efd04b76a3790a06ee90101f5441 (patch) | |
tree | c3d9f05b3dc0c7bd70711933149da0eb4e2290c8 /include | |
parent | 562454400bf37a5a9bd945969ef43d8c416bef12 (diff) |
Nonmatching build_child_moveset
Diffstat (limited to 'include')
-rw-r--r-- | include/pokemon.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/pokemon.h b/include/pokemon.h index 7d94dbb7d..da9a5f041 100644 --- a/include/pokemon.h +++ b/include/pokemon.h @@ -601,5 +601,6 @@ u8 *sub_8040D08(); bool32 sub_8040D3C(u16 species, u8 *name, u8 language); s8 sub_8040A54(struct Pokemon *, u8); u16 GetMonEVCount(struct Pokemon *); +u8 GetLevelUpMovesBySpecies(u16, u16 *); #endif // GUARD_POKEMON_H |