diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2019-08-22 17:45:56 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-22 17:45:56 -0500 |
commit | 8e7abad720481b46da460d1072ca5a84671fd3a3 (patch) | |
tree | 5ec2b39d573a83eaa78c25ca692c642e33bcda38 /include | |
parent | f76f3955637478ea58b71a6c9e9c2f72ce05a3af (diff) | |
parent | d09c290ebaf0be9a9dc4f2f9858ea0e9750df146 (diff) |
Merge pull request #786 from DizzyEggg/u8
GetAbilityBySpecies's arg from bool8 to u8
Diffstat (limited to 'include')
-rw-r--r-- | include/pokemon.h | 2 |
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); |