summaryrefslogtreecommitdiff
path: root/include/pokemon_summary_screen.h
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2017-06-29 23:09:31 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2017-06-29 23:09:31 -0400
commit5adf807274aa36dc8f65a120f61debf5a0c1d360 (patch)
treec7ea8d26ae569724e24f93687bd0e7d3bf22f95b /include/pokemon_summary_screen.h
parent06f5a396016aee2406749633b627bb9d729744ff (diff)
parent8d82578d3a101b06f9d2ced31738021007c4e533 (diff)
Merge remote-tracking branch 'origin/master' into use_pokeblock
Diffstat (limited to 'include/pokemon_summary_screen.h')
-rw-r--r--include/pokemon_summary_screen.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/pokemon_summary_screen.h b/include/pokemon_summary_screen.h
index 71259c887..c1b99c367 100644
--- a/include/pokemon_summary_screen.h
+++ b/include/pokemon_summary_screen.h
@@ -12,5 +12,6 @@ u8 GetMonStatusAndPokerus();
u8 *sub_80A1E9C(u8 *dest, const u8 *src, u8);
u8 *PokemonSummaryScreen_CopyPokemonLevel(u8 *dest, u8 level);
u8 PokemonSummaryScreen_CheckOT(struct Pokemon *pokemon);
+bool8 CheckPartyPokerus(struct Pokemon *, u8);
#endif // GUARD_POKEMON_SUMMARY_SCREEN_H