mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-03-20 12:38:33 +01:00
Wings -> Feathers
This commit is contained in:
parent
50c2514267
commit
41bc603110
@ -7844,7 +7844,7 @@ const struct BaseStats gBaseStats[] =
|
|||||||
.expYield = 54,
|
.expYield = 54,
|
||||||
.evYield_Speed = 1,
|
.evYield_Speed = 1,
|
||||||
#ifdef ITEM_EXPANSION
|
#ifdef ITEM_EXPANSION
|
||||||
.item1 = ITEM_PRETTY_WING,
|
.item1 = ITEM_PRETTY_FEATHER,
|
||||||
#endif
|
#endif
|
||||||
.genderRatio = PERCENT_FEMALE(50),
|
.genderRatio = PERCENT_FEMALE(50),
|
||||||
.eggCycles = 20,
|
.eggCycles = 20,
|
||||||
@ -7879,7 +7879,7 @@ const struct BaseStats gBaseStats[] =
|
|||||||
.expYield = 154,
|
.expYield = 154,
|
||||||
.evYield_Defense = 2,
|
.evYield_Defense = 2,
|
||||||
#ifdef ITEM_EXPANSION
|
#ifdef ITEM_EXPANSION
|
||||||
.item1 = ITEM_PRETTY_WING,
|
.item1 = ITEM_PRETTY_FEATHER,
|
||||||
#endif
|
#endif
|
||||||
.genderRatio = PERCENT_FEMALE(50),
|
.genderRatio = PERCENT_FEMALE(50),
|
||||||
.eggCycles = 20,
|
.eggCycles = 20,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user