Undo Timburr and Stunfisk friendships, as they don't change

This commit is contained in:
Eduardo Quezada 2023-03-19 21:59:51 -03:00
parent 51b716c9d9
commit 47b4e6095d

View file

@ -13034,7 +13034,7 @@ const struct SpeciesInfo gSpeciesInfo[] =
.evYield_Attack = 1,
.genderRatio = PERCENT_FEMALE(25),
.eggCycles = 20,
.friendship = STANDARD_FRIENDSHIP,
.friendship = 70,
.growthRate = GROWTH_MEDIUM_SLOW,
.eggGroups = { EGG_GROUP_HUMAN_LIKE, EGG_GROUP_HUMAN_LIKE},
.abilities = {ABILITY_GUTS, ABILITY_SHEER_FORCE, ABILITY_IRON_FIST},
@ -14987,7 +14987,7 @@ const struct SpeciesInfo gSpeciesInfo[] =
.itemRare = ITEM_SOFT_SAND,
.genderRatio = PERCENT_FEMALE(50),
.eggCycles = 20,
.friendship = STANDARD_FRIENDSHIP,
.friendship = 70,
.growthRate = GROWTH_MEDIUM_FAST,
.eggGroups = { EGG_GROUP_WATER_1, EGG_GROUP_AMORPHOUS},
.abilities = {ABILITY_STATIC, ABILITY_LIMBER, ABILITY_SAND_VEIL},