summaryrefslogtreecommitdiff
path: root/include/pokemon.h
diff options
context:
space:
mode:
authorDizzyEggg <jajkodizzy@wp.pl>2017-08-25 00:18:58 +0200
committerDizzyEggg <jajkodizzy@wp.pl>2017-08-25 00:18:58 +0200
commitace4c34c144a5fed5e9ed8d6f4f21111249d8c04 (patch)
treebca77f4e9425d0e9db19c44c6a46b31260e02575 /include/pokemon.h
parent5e14beed4ca669efd553ee2c3f0296db235188b2 (diff)
parent7db1772ece6ceac2a7b22ae6c8f7bf7891a26812 (diff)
Merge branch 'master' into decompile_pokeblock_feed
Diffstat (limited to 'include/pokemon.h')
-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();