diff --git a/src/data/moves_info.h b/src/data/moves_info.h index 4d04277348..45f28a5f4e 100644 --- a/src/data/moves_info.h +++ b/src/data/moves_info.h @@ -18233,7 +18233,7 @@ const struct MoveInfo gMovesInfo[MOVES_COUNT_DYNAMAX] = .name = HANDLE_EXPANDED_MOVE_NAME("BitterMalice", "Bitter Malice"), .description = COMPOUND_STRING( "A spine-chilling resentment.\n" - "May lower the foe's Attack."), + "Lowers the foe's Attack."), .effect = EFFECT_HIT, .power = B_UPDATED_MOVE_DATA >= GEN_9 ? 75 : 60, .type = TYPE_GHOST,