Skip to content

Commit

Permalink
Fix typo in Nuzzle's description (#6209)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bassoonian authored Feb 7, 2025
1 parent 96ee24c commit 82b0eff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data/moves_info.h
Original file line number Diff line number Diff line change
Expand Up @@ -15157,7 +15157,7 @@ const struct MoveInfo gMovesInfo[MOVES_COUNT_DYNAMAX] =
{
.name = COMPOUND_STRING("Nuzzle"),
.description = COMPOUND_STRING(
"Rubs its cheecks against\n"
"Rubs its cheeks against\n"
"the foe, paralyzing it."),
.effect = EFFECT_HIT,
.power = 20,
Expand Down

0 comments on commit 82b0eff

Please sign in to comment.