Fixes minor move desc errors (#5728)
This commit is contained in:
parent
846427ac43
commit
174177a4d5
1 changed files with 2 additions and 2 deletions
|
@ -12220,7 +12220,7 @@ const struct MoveInfo gMovesInfo[MOVES_COUNT_DYNAMAX] =
|
|||
{
|
||||
.name = COMPOUND_STRING("Coil"),
|
||||
.description = COMPOUND_STRING(
|
||||
"Coils up to raise Attack\n"
|
||||
"Coils up to raise Attack,\n"
|
||||
"Defense and Accuracy."),
|
||||
.effect = EFFECT_COIL,
|
||||
.power = 0,
|
||||
|
@ -17336,7 +17336,7 @@ const struct MoveInfo gMovesInfo[MOVES_COUNT_DYNAMAX] =
|
|||
.name = COMPOUND_STRING("Octolock"),
|
||||
.description = COMPOUND_STRING(
|
||||
"Traps the foe to lower Def\n"
|
||||
"and Sp. Def fall each turn."),
|
||||
"and Sp. Def each turn."),
|
||||
.effect = EFFECT_OCTOLOCK,
|
||||
.power = 0,
|
||||
.type = TYPE_FIGHTING,
|
||||
|
|
Loading…
Reference in a new issue