Merge pull request #1494 from LOuroboros/feathers_PE
Corrected the Wings/Feathers #2
This commit is contained in:
commit
45fb16c40a
1 changed files with 2 additions and 2 deletions
|
@ -7844,7 +7844,7 @@ const struct BaseStats gBaseStats[] =
|
|||
.expYield = 54,
|
||||
.evYield_Speed = 1,
|
||||
#ifdef ITEM_EXPANSION
|
||||
.item1 = ITEM_PRETTY_WING,
|
||||
.item1 = ITEM_PRETTY_FEATHER,
|
||||
#endif
|
||||
.genderRatio = PERCENT_FEMALE(50),
|
||||
.eggCycles = 20,
|
||||
|
@ -7879,7 +7879,7 @@ const struct BaseStats gBaseStats[] =
|
|||
.expYield = 154,
|
||||
.evYield_Defense = 2,
|
||||
#ifdef ITEM_EXPANSION
|
||||
.item1 = ITEM_PRETTY_WING,
|
||||
.item1 = ITEM_PRETTY_FEATHER,
|
||||
#endif
|
||||
.genderRatio = PERCENT_FEMALE(50),
|
||||
.eggCycles = 20,
|
||||
|
|
Loading…
Reference in a new issue