diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2017-09-24 00:29:52 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2017-09-24 00:29:52 +0200 |
commit | 898d0b20ad524e2837079a50f33f6fae0e72b685 (patch) | |
tree | fbeff13f11dcf83f40bcde3db722f06fb1bc94bf /include/pokemon.h | |
parent | 7bb0fcf182e5a760ab9e08878a381566819dc8f2 (diff) |
up to x50
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 1049776e8..f629799e5 100644 --- a/include/pokemon.h +++ b/include/pokemon.h @@ -623,6 +623,9 @@ bool8 IsShinyOtIdPersonality(u32 otId, u32 personality); void MonGainEVs(struct Pokemon *mon, u16 defeatedSpecies); bool8 IsTradedMon(struct Pokemon *mon); +void HandleSetPokedexFlag(u16 nationalNum, u8 caseId, u32 personality); +s32 sub_806D864(u16 a1); +bool16 sub_806D82C(u8 id); #include "sprite.h" |