diff options
author | Cameron Hall <camthesaxman@users.noreply.github.com> | 2017-08-21 22:43:44 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-21 22:43:44 -0500 |
commit | 2e37f5e0cf4cd08f5983d1818c416ea45e8ab1dc (patch) | |
tree | 18765074a7bbb12071950715b830614cff75ea72 /include | |
parent | e81986cd20dbe0d8a98da646d964310a066f1af5 (diff) | |
parent | 28ff6c481a9e232c646e1957702a0a754a5e2492 (diff) |
Merge pull request #402 from camthesaxman/decompile_learn_move
decompile learn_move
Diffstat (limited to 'include')
-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(); |