Merge pull request #1465 from ExpoSeed/BE/num_ability_slots
Introduce NUM_ABILITY_SLOTS
This commit is contained in:
commit
3d22799cda
@ -374,4 +374,6 @@
|
|||||||
|
|
||||||
#define MON_PIC_SIZE (64 * 64 / 2)
|
#define MON_PIC_SIZE (64 * 64 / 2)
|
||||||
|
|
||||||
|
#define NUM_ABILITY_SLOTS 2
|
||||||
|
|
||||||
#endif // GUARD_CONSTANTS_POKEMON_H
|
#endif // GUARD_CONSTANTS_POKEMON_H
|
||||||
|
|||||||
@ -201,10 +201,7 @@ struct BaseStats
|
|||||||
/* 0x13 */ u8 growthRate;
|
/* 0x13 */ u8 growthRate;
|
||||||
/* 0x14 */ u8 eggGroup1;
|
/* 0x14 */ u8 eggGroup1;
|
||||||
/* 0x15 */ u8 eggGroup2;
|
/* 0x15 */ u8 eggGroup2;
|
||||||
/* 0x16 */ u16 abilities[2];
|
/* 0x16 */ u16 abilities[NUM_ABILITY_SLOTS];
|
||||||
#ifdef POKEMON_EXPANSION
|
|
||||||
u16 abilityHidden;
|
|
||||||
#endif
|
|
||||||
u8 safariZoneFleeRate;
|
u8 safariZoneFleeRate;
|
||||||
u8 bodyColor : 7;
|
u8 bodyColor : 7;
|
||||||
u8 noFlip : 1;
|
u8 noFlip : 1;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user