summaryrefslogtreecommitdiff
path: root/include/pokemon.h
diff options
context:
space:
mode:
authorDizzyEggg <jajkodizzy@wp.pl>2017-10-06 00:12:01 +0200
committerDizzyEggg <jajkodizzy@wp.pl>2017-10-06 00:12:01 +0200
commit342e616d4b49d1772628947782a931964d36e167 (patch)
tree5f1f948e0f62e0004afafb3e6d1ecd94e70dfbd6 /include/pokemon.h
parentd87d19cfe5903f5fabb0de37d2c46ef84a83c168 (diff)
battle2 more and more and more
Diffstat (limited to 'include/pokemon.h')
-rw-r--r--include/pokemon.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/pokemon.h b/include/pokemon.h
index 5d97c1666..c41099b09 100644
--- a/include/pokemon.h
+++ b/include/pokemon.h
@@ -634,6 +634,12 @@ bool16 sub_806D82C(u8 id);
u16 MonTryLearningNewMove(struct Pokemon* mon, bool8);
void sub_8068AA4(void); // sets stats for deoxys
bool8 HasTwoFramesAnimation(u16 species);
+u16 GetEvolutionTargetSpecies(struct Pokemon *mon, u8 type, u16 evolutionItem);
+void RandomlyGivePartyPokerus(struct Pokemon *party);
+u8 CheckPartyPokerus(struct Pokemon *party, u8 selection);
+u8 CheckPartyHasHadPokerus(struct Pokemon *party, u8 selection);
+void UpdatePartyPokerusTime(u16 days);
+void PartySpreadPokerus(struct Pokemon *party);
#include "sprite.h"