summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDizzyEggg <jajkodizzy@wp.pl>2019-08-22 16:46:33 +0200
committerDizzyEggg <jajkodizzy@wp.pl>2019-08-22 16:46:33 +0200
commitd09c290ebaf0be9a9dc4f2f9858ea0e9750df146 (patch)
tree8ae9ead01cd87c5bc51b2aac7fbc396180a5b026 /include
parent90edf596d881c1095962f047e5505fa478d77c72 (diff)
bool8 to u8
Diffstat (limited to 'include')
-rw-r--r--include/pokemon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pokemon.h b/include/pokemon.h
index 07bcff2e3..ec125573c 100644
--- a/include/pokemon.h
+++ b/include/pokemon.h
@@ -506,7 +506,7 @@ u8 CalculatePlayerPartyCount(void);
u8 CalculateEnemyPartyCount(void);
u8 GetMonsStateToDoubles(void);
u8 GetMonsStateToDoubles_2(void);
-u8 GetAbilityBySpecies(u16 species, bool8 abilityNum);
+u8 GetAbilityBySpecies(u16 species, u8 abilityNum);
u8 GetMonAbility(struct Pokemon *mon);
void CreateSecretBaseEnemyParty(struct SecretBase *secretBaseRecord);
u8 GetSecretBaseTrainerPicIndex(void);