mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-03-13 09:12:24 +01:00
Undo Timburr and Stunfisk friendships, as they don't change
This commit is contained in:
parent
51b716c9d9
commit
47b4e6095d
@ -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},
|
||||
|
Loading…
x
Reference in New Issue
Block a user