Introduce NUM_ABILITY_SLOTS
This commit is contained in:
parent
677b4fc394
commit
49bb345338
2 changed files with 3 additions and 1 deletions
|
@ -348,4 +348,6 @@
|
|||
|
||||
#define MON_PIC_SIZE (64 * 64 / 2)
|
||||
|
||||
#define NUM_ABILITY_SLOTS 2
|
||||
|
||||
#endif // GUARD_CONSTANTS_POKEMON_H
|
||||
|
|
|
@ -200,7 +200,7 @@ struct BaseStats
|
|||
/* 0x13 */ u8 growthRate;
|
||||
/* 0x14 */ u8 eggGroup1;
|
||||
/* 0x15 */ u8 eggGroup2;
|
||||
/* 0x16 */ u8 abilities[2];
|
||||
/* 0x16 */ u8 abilities[NUM_ABILITY_SLOTS];
|
||||
/* 0x18 */ u8 safariZoneFleeRate;
|
||||
/* 0x19 */ u8 bodyColor : 7;
|
||||
u8 noFlip : 1;
|
||||
|
|
Loading…
Reference in a new issue