summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDizzyEggg <jajkodizzy@wp.pl>2017-08-22 09:13:53 +0200
committerDizzyEggg <jajkodizzy@wp.pl>2017-08-22 09:13:53 +0200
commit8a03b38327852cd96a3b29b5b44efb05fd62e285 (patch)
tree7b132e8c61c6ded1e554b0c786cb38290130bac7 /include
parentbfbe446e73b945926e3581ef25d50291451b06b0 (diff)
parent2e37f5e0cf4cd08f5983d1818c416ea45e8ab1dc (diff)
Merge branch 'master' into decompile_berry_blender
Diffstat (limited to 'include')
-rw-r--r--include/pokemon.h1
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();