diff options
author | camthesaxman <cameronghall@cox.net> | 2017-08-12 12:39:45 -0500 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2017-08-12 12:39:45 -0500 |
commit | f3b6f3c2738a9a1d7e1167b4078355c59cce8074 (patch) | |
tree | 907142fbbdb0597de616221e1d2d3ff4e9043c90 /include | |
parent | a50ec1ee05ff46ea8335b982ac501bc9917ec289 (diff) |
finish decompiling 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 be6ccfe74..739fbf0f9 100644 --- a/include/pokemon.h +++ b/include/pokemon.h @@ -581,6 +581,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(); |