Update Some Catch Rates & New HAs

This commit is contained in:
Skeli
2021-05-25 14:58:34 -04:00
parent d895d13973
commit e9174f47d8
3 changed files with 15 additions and 13 deletions

View File

@@ -631,10 +631,10 @@ const struct BaseStats gBaseStats[] =
.growthRate = GROWTH_MEDIUM_FAST,
.eggGroup1 = EGG_GROUP_FIELD,
.eggGroup2 = EGG_GROUP_FIELD,
.ability1 = ABILITY_HUSTLE,
.ability1 = ABILITY_STRONGJAW,
.ability2 = ABILITY_GUTS,
.safariZoneFleeRate = 0,
.hiddenAbility = ABILITY_STRONGJAW,
.hiddenAbility = ABILITY_HUSTLE,
.noFlip = TRUE,
},
@@ -664,10 +664,10 @@ const struct BaseStats gBaseStats[] =
.growthRate = GROWTH_MEDIUM_FAST,
.eggGroup1 = EGG_GROUP_FIELD,
.eggGroup2 = EGG_GROUP_FIELD,
.ability1 = ABILITY_HUSTLE,
.ability1 = ABILITY_STRONGJAW,
.ability2 = ABILITY_GUTS,
.safariZoneFleeRate = 0,
.hiddenAbility = ABILITY_STRONGJAW,
.hiddenAbility = ABILITY_HUSTLE,
.noFlip = TRUE,
},
@@ -12665,7 +12665,7 @@ const struct BaseStats gBaseStats[] =
.baseSpeed = 100,
.type1 = TYPE_STEEL,
.type2 = TYPE_PSYCHIC,
.catchRate = 6,
.catchRate = 8,
.expYield = 215,
.evYield_HP = 3,
.evYield_Attack = 0,
@@ -22336,7 +22336,7 @@ const struct BaseStats gBaseStats[] =
.baseSpeed = 101,
.type1 = TYPE_GROUND,
.type2 = TYPE_FLYING,
.catchRate = 6,
.catchRate = 8,
.expYield = 255,
.evYield_HP = 0,
.evYield_Attack = 0,
@@ -22402,7 +22402,7 @@ const struct BaseStats gBaseStats[] =
.baseSpeed = 108,
.type1 = TYPE_WATER,
.type2 = TYPE_FIGHTING,
.catchRate = 6,
.catchRate = 8,
.expYield = 255,
.evYield_HP = 0,
.evYield_Attack = 0,
@@ -25305,7 +25305,7 @@ const struct BaseStats gBaseStats[] =
.baseSpeed = 35,
.type1 = TYPE_STEEL,
.type2 = TYPE_GHOST,
.catchRate = 90,
.catchRate = 45,
.expYield = 157,
.evYield_HP = 0,
.evYield_Attack = 0,
@@ -26691,7 +26691,7 @@ const struct BaseStats gBaseStats[] =
.baseSpeed = 70,
.type1 = TYPE_FIRE,
.type2 = TYPE_WATER,
.catchRate = 6,
.catchRate = 9,
.expYield = 255,
.evYield_HP = 0,
.evYield_Attack = 0,
@@ -33673,7 +33673,7 @@ const struct BaseStats gBaseStats[] =
.ability1 = ABILITY_DANCER,
.ability2 = ABILITY_NONE,
.safariZoneFleeRate = 0,
.hiddenAbility = ABILITY_NONE,
.hiddenAbility = ABILITY_SERENEGRACE,
.noFlip = TRUE,
},
@@ -33706,7 +33706,7 @@ const struct BaseStats gBaseStats[] =
.ability1 = ABILITY_DANCER,
.ability2 = ABILITY_NONE,
.safariZoneFleeRate = 0,
.hiddenAbility = ABILITY_NONE,
.hiddenAbility = ABILITY_SERENEGRACE,
.noFlip = TRUE,
},
@@ -33739,7 +33739,7 @@ const struct BaseStats gBaseStats[] =
.ability1 = ABILITY_DANCER,
.ability2 = ABILITY_NONE,
.safariZoneFleeRate = 0,
.hiddenAbility = ABILITY_NONE,
.hiddenAbility = ABILITY_SERENEGRACE,
.noFlip = TRUE,
},

View File

@@ -6841,7 +6841,7 @@ static const struct LevelUpMove sMakuhitaLevelUpLearnset[] = {
};
static const struct LevelUpMove sHariyamaLevelUpLearnset[] = {
LEVEL_UP_MOVE( 0, MOVE_BRINE),
LEVEL_UP_MOVE( 1, MOVE_BRINE),
LEVEL_UP_MOVE( 1, MOVE_TACKLE),
LEVEL_UP_MOVE( 1, MOVE_FOCUSENERGY),
LEVEL_UP_MOVE( 1, MOVE_SANDATTACK),

View File

@@ -34,6 +34,8 @@ HARIYAMA
AGGRON
CAMERUPT
GROUDON
CRANIDOS
RAMPARDOS
HIPPOPOTAS
HIPPOPOTAS_F
HIPPOWDON