Crunch lowers Defense

This commit is contained in:
DizzyEggg 2019-03-02 12:17:41 +01:00
parent c9c38024e3
commit 159d1089a7
2 changed files with 2 additions and 2 deletions

View File

@ -3391,7 +3391,7 @@ const struct BattleMove gBattleMoves[MOVES_COUNT] =
[MOVE_CRUNCH] =
{
.effect = EFFECT_SPECIAL_DEFENSE_DOWN_HIT,
.effect = EFFECT_DEFENSE_DOWN_HIT,
.power = 80,
.type = TYPE_DARK,
.accuracy = 100,

View File

@ -967,7 +967,7 @@ static const u8 sSunnyDayDescription[] = _(
static const u8 sCrunchDescription[] = _(
"Crunches with sharp fangs.\n"
"May lower SP. DEF.");
"May lower DEFENSE.");
static const u8 sMirrorCoatDescription[] = _(
"Counters the foe's special\n"