Corrected defines for Item Expansion-introduced items for Gen 8 species data.
This commit is contained in:
parent
0d246af3db
commit
767f26b73c
1 changed files with 4 additions and 4 deletions
|
@ -23551,7 +23551,7 @@ const struct BaseStats gBaseStats[] =
|
|||
.catchRate = 45,
|
||||
.expYield = 253,
|
||||
.evYield_SpDefense = 3,
|
||||
#ifdef BATTLE_ENGINE
|
||||
#ifdef ITEM_EXPANSION
|
||||
.item2 = ITEM_PSYCHIC_SEED,
|
||||
#endif
|
||||
.genderRatio = PERCENT_FEMALE(50),
|
||||
|
@ -24868,7 +24868,7 @@ const struct BaseStats gBaseStats[] =
|
|||
.catchRate = 190,
|
||||
.expYield = 37,
|
||||
.evYield_SpAttack = 1,
|
||||
#ifdef BATTLE_ENGINE
|
||||
#ifdef ITEM_EXPANSION
|
||||
.item2 = ITEM_SNOWBALL,
|
||||
#endif
|
||||
.genderRatio = PERCENT_FEMALE(50),
|
||||
|
@ -25036,7 +25036,7 @@ const struct BaseStats gBaseStats[] =
|
|||
.catchRate = 190,
|
||||
.expYield = 66,
|
||||
.evYield_Attack = 1,
|
||||
#ifdef BATTLE_ENGINE
|
||||
#ifdef ITEM_EXPANSION
|
||||
.item2 = ITEM_LAGGING_TAIL,
|
||||
#endif
|
||||
.genderRatio = PERCENT_FEMALE(50),
|
||||
|
@ -25068,7 +25068,7 @@ const struct BaseStats gBaseStats[] =
|
|||
.catchRate = 90,
|
||||
.expYield = 175,
|
||||
.evYield_Attack = 2,
|
||||
#ifdef BATTLE_ENGINE
|
||||
#ifdef ITEM_EXPANSION
|
||||
.item2 = ITEM_LAGGING_TAIL,
|
||||
#endif
|
||||
.genderRatio = PERCENT_FEMALE(50),
|
||||
|
|
Loading…
Reference in a new issue