diff options
| author | Marcus Huderle <huderlem@gmail.com> | 2018-04-09 16:25:52 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-04-09 16:25:52 -0700 |
| commit | 1f60ac0f857da06bd8a678f7150c42cc94940f3f (patch) | |
| tree | 067e6d9ced922b6abc98c473656afec09d2daf5e /include/pokemon_summary_screen.h | |
| parent | 84c5825c8ecc9804313ec3b1a8dcc0271ee4c2cc (diff) | |
| parent | d26de1d236c7f3358e56733955460078e07712c7 (diff) | |
Merge pull request #591 from huderlem/misc_doc
Document friendship events, primary status ailments, and misc cleanup
Diffstat (limited to 'include/pokemon_summary_screen.h')
| -rw-r--r-- | include/pokemon_summary_screen.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pokemon_summary_screen.h b/include/pokemon_summary_screen.h index 945e810a3..f1dbe0089 100644 --- a/include/pokemon_summary_screen.h +++ b/include/pokemon_summary_screen.h @@ -61,7 +61,7 @@ struct PokemonSummaryScreenStruct void ShowPokemonSummaryScreen(struct Pokemon *, u8, u8, MainCallback, u8); void ShowSelectMovePokemonSummaryScreen(struct Pokemon *, u8, u8, MainCallback, u16); u8 sub_809FA30(void); -u8 pokemon_ailments_get_primary(u32); +u8 GetPrimaryStatus(u32); u8 GetMonStatusAndPokerus(); u8 *sub_80A1E9C(u8 *dest, const u8 *src, u8); u8 *PokemonSummaryScreen_CopyPokemonLevel(u8 *dest, u8 level); |
