diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2019-05-14 15:22:16 +0200 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2019-05-16 17:09:43 -0500 |
commit | 33979f0fa69001b41668726828603e22326694c1 (patch) | |
tree | d4439636ab8b1b7f9d531968ccd9568863c3b28b /include/global.h | |
parent | 2fdc489bc098abe6f02b6e7fc54e8150ce208dc7 (diff) |
use ability num instead of alt ability
Diffstat (limited to 'include/global.h')
-rw-r--r-- | include/global.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/global.h b/include/global.h index 8b61164f6..969680dd7 100644 --- a/include/global.h +++ b/include/global.h @@ -240,7 +240,7 @@ struct BattleTowerPokemon u32 spAttackIV:5; u32 spDefenseIV:5; u32 gap:1; - u32 altAbility:1; + u32 abilityNum:1; u32 personality; u8 nickname[POKEMON_NAME_LENGTH + 1]; u8 friendship; @@ -287,7 +287,7 @@ struct RentalMon u16 monId; u32 personality; u8 ivs; - u8 abilityBit; + u8 abilityNum; }; struct BattleDomeTrainer |