diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2017-11-14 21:43:23 +0100 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2017-11-14 21:43:23 +0100 |
commit | 95949c772e38e60fa048fb6a91dcc864929c6e83 (patch) | |
tree | 0b7865c4822f978fd4f023c2669fc36cebf699cf /include/pokemon.h | |
parent | a972de7bca29f890cc130d2029c29233de29c86e (diff) |
more of daycare done
Diffstat (limited to 'include/pokemon.h')
-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 c0b2841ca..1eb052f4e 100644 --- a/include/pokemon.h +++ b/include/pokemon.h @@ -652,6 +652,7 @@ void sub_806A12C(u16 trainerSpriteId, u8 bankIdentity); u8 GetSecretBaseTrainerPicIndex(void); bool8 TryIncrementMonLevel(struct Pokemon *mon); void BoxMonToMon(struct BoxPokemon *srcMon, struct Pokemon *dstMon); +u8 GetLevelUpMovesBySpecies(u16 species, u16 *moves); #include "sprite.h" |