From 82b0eff16c47b7a623ee69f825ac50f32d93342b Mon Sep 17 00:00:00 2001 From: Bassoonian Date: Fri, 7 Feb 2025 19:26:16 +0100 Subject: [PATCH] Fix typo in Nuzzle's description (#6209) --- src/data/moves_info.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/moves_info.h b/src/data/moves_info.h index 50f8cebbd3a3..a7c46bd1fc36 100644 --- a/src/data/moves_info.h +++ b/src/data/moves_info.h @@ -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,