summaryrefslogtreecommitdiff
path: root/include/pokemon.h
diff options
context:
space:
mode:
authorDizzyEggg <jajkodizzy@wp.pl>2017-10-06 17:06:45 +0200
committerDizzyEggg <jajkodizzy@wp.pl>2017-10-06 17:06:45 +0200
commit3cc20c7c3f9c3b6a3c0fc8b47c0128c067f34a4a (patch)
tree9cd619ccd8bc86a4ad2413861bfbdbf4e0098dbe /include/pokemon.h
parent342e616d4b49d1772628947782a931964d36e167 (diff)
battle 2 is done
Diffstat (limited to 'include/pokemon.h')
-rw-r--r--include/pokemon.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/pokemon.h b/include/pokemon.h
index c41099b09..263a37426 100644
--- a/include/pokemon.h
+++ b/include/pokemon.h
@@ -640,6 +640,8 @@ u8 CheckPartyPokerus(struct Pokemon *party, u8 selection);
u8 CheckPartyHasHadPokerus(struct Pokemon *party, u8 selection);
void UpdatePartyPokerusTime(u16 days);
void PartySpreadPokerus(struct Pokemon *party);
+s8 GetMonFlavourRelation(struct Pokemon *mon, u8 a2);
+s8 GetFlavourRelationByPersonality(u32 personality, u8 a2);
#include "sprite.h"