From 14710eba04d087015c52038bd8dac636a338207b Mon Sep 17 00:00:00 2001 From: FosterProgramming Date: Mon, 13 Oct 2025 23:52:21 +0200 Subject: [PATCH] Fix volt tackle not inflicting recoil (#7944) --- 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 bf7d500d92..35fed13f71 100644 --- a/src/data/moves_info.h +++ b/src/data/moves_info.h @@ -9079,7 +9079,7 @@ const struct MoveInfo gMovesInfo[MOVES_COUNT_ALL] = "A life-risking tackle that\n" "slightly hurts the user."), #endif - .effect = EFFECT_HIT, + .effect = EFFECT_RECOIL, .power = 120, .type = TYPE_ELECTRIC, .accuracy = 100,