diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2017-08-22 22:28:46 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2017-08-22 22:28:46 +0200 |
commit | 0408b6160a0e97ba62f9867114ea047bb2fe3b15 (patch) | |
tree | e5d2921a51d8081859c1fe1863cd30d5fbc81ae2 /include/pokemon.h | |
parent | 8f4128c49491007a8f407ad541dd3dd5e17436ec (diff) | |
parent | 20594938e275bd3d6ec6f38b42400eaac79fa86e (diff) |
Merge branch 'master' into decompile_cute_sketch
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 21173d503..d0ceaf15e 100644 --- a/include/pokemon.h +++ b/include/pokemon.h @@ -583,6 +583,7 @@ void AdjustFriendship(struct Pokemon *, u8); u8 CheckPartyHasHadPokerus(struct Pokemon *, u8); void UpdatePartyPokerusTime(u16); u32 CanMonLearnTMHM(struct Pokemon *, u8); +u8 GetMoveRelearnerMoves(struct Pokemon *mon, u16 *moves); u8 sub_8040574(struct Pokemon *party); void ClearBattleMonForms(void); void sub_80408BC(); |