mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-17 03:57:38 +01:00
repair sawssuck abilities
This commit is contained in:
parent
b71fbec130
commit
248863239b
@ -287,28 +287,28 @@
|
|||||||
.noFlip = FALSE, \
|
.noFlip = FALSE, \
|
||||||
}
|
}
|
||||||
|
|
||||||
#define SAWSBUCK_BASE_STATS \
|
#define SAWSBUCK_BASE_STATS \
|
||||||
{ \
|
{ \
|
||||||
.baseHP = 80, \
|
.baseHP = 80, \
|
||||||
.baseAttack = 100, \
|
.baseAttack = 100, \
|
||||||
.baseDefense = 70, \
|
.baseDefense = 70, \
|
||||||
.baseSpeed = 95, \
|
.baseSpeed = 95, \
|
||||||
.baseSpAttack = 60, \
|
.baseSpAttack = 60, \
|
||||||
.baseSpDefense = 70, \
|
.baseSpDefense = 70, \
|
||||||
.type1 = TYPE_NORMAL, \
|
.type1 = TYPE_NORMAL, \
|
||||||
.type2 = TYPE_GRASS, \
|
.type2 = TYPE_GRASS, \
|
||||||
.catchRate = 75, \
|
.catchRate = 75, \
|
||||||
.expYield = 166, \
|
.expYield = 166, \
|
||||||
.evYield_Attack = 2, \
|
.evYield_Attack = 2, \
|
||||||
.genderRatio = PERCENT_FEMALE(50), \
|
.genderRatio = PERCENT_FEMALE(50), \
|
||||||
.eggCycles = 20, \
|
.eggCycles = 20, \
|
||||||
.friendship = 70, \
|
.friendship = 70, \
|
||||||
.growthRate = GROWTH_MEDIUM_FAST, \
|
.growthRate = GROWTH_MEDIUM_FAST, \
|
||||||
.eggGroup1 = EGG_GROUP_FIELD, \
|
.eggGroup1 = EGG_GROUP_FIELD, \
|
||||||
.eggGroup2 = EGG_GROUP_FIELD, \
|
.eggGroup2 = EGG_GROUP_FIELD, \
|
||||||
.abilities = {ABILITY_CHLOROPHYLL, ABILITY_NONE, ABILITY_SERENE_GRACE},\
|
.abilities = {ABILITY_CHLOROPHYLL, ABILITY_SAP_SIPPER, ABILITY_SERENE_GRACE},\
|
||||||
.bodyColor = BODY_COLOR_BROWN, \
|
.bodyColor = BODY_COLOR_BROWN, \
|
||||||
.noFlip = FALSE, \
|
.noFlip = FALSE, \
|
||||||
}
|
}
|
||||||
|
|
||||||
#define GENESECT_BASE_STATS \
|
#define GENESECT_BASE_STATS \
|
||||||
|
Loading…
Reference in New Issue
Block a user