Removed unused ITEM_EXPANSION constants from base stats
This commit is contained in:
parent
df4c065ea6
commit
e9a5442be5
1 changed files with 2 additions and 6 deletions
|
@ -25261,9 +25261,7 @@ const struct BaseStats gBaseStats[] =
|
||||||
.catchRate = 75,
|
.catchRate = 75,
|
||||||
.expYield = 168,
|
.expYield = 168,
|
||||||
.evYield_Attack = 2,
|
.evYield_Attack = 2,
|
||||||
#ifdef ITEM_EXPANSION
|
.itemRare = ITEM_ABSORB_BULB,
|
||||||
.itemRare = ITEM_ABSORB_BULB,
|
|
||||||
#endif
|
|
||||||
.genderRatio = MON_FEMALE,
|
.genderRatio = MON_FEMALE,
|
||||||
.eggCycles = 20,
|
.eggCycles = 20,
|
||||||
.friendship = 70,
|
.friendship = 70,
|
||||||
|
@ -25366,9 +25364,7 @@ const struct BaseStats gBaseStats[] =
|
||||||
.catchRate = 45,
|
.catchRate = 45,
|
||||||
.expYield = 158,
|
.expYield = 158,
|
||||||
.evYield_SpDefense = 2,
|
.evYield_SpDefense = 2,
|
||||||
#ifdef ITEM_EXPANSION
|
.itemRare = ITEM_SHED_SHELL,
|
||||||
.itemRare = ITEM_SHED_SHELL,
|
|
||||||
#endif
|
|
||||||
.genderRatio = PERCENT_FEMALE(50),
|
.genderRatio = PERCENT_FEMALE(50),
|
||||||
.eggCycles = 40,
|
.eggCycles = 40,
|
||||||
.friendship = 35,
|
.friendship = 35,
|
||||||
|
|
Loading…
Reference in a new issue