From 6ccce4342b753002f2aad21423d96eaac9cfe3a6 Mon Sep 17 00:00:00 2001 From: PhallenTree <168426989+PhallenTree@users.noreply.github.com> Date: Sat, 29 Nov 2025 09:49:29 +0000 Subject: [PATCH] Update Lash Out description to clarify its effect (#8372) --- src/data/moves_info.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/data/moves_info.h b/src/data/moves_info.h index e03db10286..51f27ceec9 100644 --- a/src/data/moves_info.h +++ b/src/data/moves_info.h @@ -18672,8 +18672,8 @@ const struct MoveInfo gMovesInfo[MOVES_COUNT_ALL] = { .name = COMPOUND_STRING("Lash Out"), .description = COMPOUND_STRING( - "If stats lowered during this\n" - "turn, power is doubled."), + "If user's stats were lowered\n" + "this turn, power is doubled."), .effect = EFFECT_LASH_OUT, .power = 75, .type = TYPE_DARK,