From e2285850f32283f18ca3a1ac46e684cee11c8903 Mon Sep 17 00:00:00 2001 From: LOuroboros Date: Mon, 15 Jun 2020 20:33:47 -0300 Subject: [PATCH] Fix Lunge Addresses #411 --- src/data/battle_moves.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/battle_moves.h b/src/data/battle_moves.h index 29f0a8690..a44537ac8 100644 --- a/src/data/battle_moves.h +++ b/src/data/battle_moves.h @@ -9012,7 +9012,7 @@ const struct BattleMove gBattleMoves[MOVES_COUNT] = [MOVE_LUNGE] = { - .effect = EFFECT_ATTACK_DOWN, + .effect = EFFECT_ATTACK_DOWN_HIT, .power = 80, .type = TYPE_BUG, .accuracy = 100,