mirror of
https://github.com/pret/pokeemerald.git
synced 2026-08-22 10:10:17 -05:00
Undo Timburr and Stunfisk friendships, as they don't change
This commit is contained in:
@@ -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},
|
||||
|
||||
Reference in New Issue
Block a user