diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2017-09-22 21:33:49 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2017-09-22 21:33:49 +0200 |
commit | d5afb0c6e9566a62ca6d597aeabc173b2c3e7fa5 (patch) | |
tree | 4e194dbd475be40df1f584ecf095ddac5a0a3cd0 /include/pokemon.h | |
parent | cf26b0e125aef07052b333139c33a6bbe1088f96 (diff) |
up to x48 and troubles
Diffstat (limited to 'include/pokemon.h')
-rw-r--r-- | include/pokemon.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/pokemon.h b/include/pokemon.h index 9d01c051e..674e6dbf4 100644 --- a/include/pokemon.h +++ b/include/pokemon.h @@ -620,6 +620,9 @@ bool8 IsPokeSpriteNotFlipped(u16 species); bool8 IsMonShiny(struct Pokemon *mon); bool8 IsShinyOtIdPersonality(u32 otId, u32 personality); +void MonGainEVs(struct Pokemon *mon, u16 defeatedSpecies); +bool8 IsTradedMon(struct Pokemon *mon); + #include "sprite.h" void DoMonFrontSpriteAnimation(struct Sprite* sprite, u16 species, bool8 noCry, u8 arg3); |