From af2762157931026cd7b1e984a60b59121212da03 Mon Sep 17 00:00:00 2001 From: Alex <93446519+AlexOn1ine@users.noreply.github.com> Date: Wed, 17 Jan 2024 13:44:15 +0100 Subject: [PATCH] Fixes effect field on Dragon Darts (#4014) --- 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 d33469a9fa..005415a956 100644 --- a/src/data/battle_moves.h +++ b/src/data/battle_moves.h @@ -12153,7 +12153,7 @@ const struct BattleMove gBattleMoves[MOVES_COUNT_DYNAMAX] = [MOVE_DRAGON_DARTS] = { - .effect = EFFECT_MULTI_HIT, //TODO + .effect = EFFECT_HIT, // TODO: EFFECT_DRAGON_DARTS .power = 50, .type = TYPE_DRAGON, .accuracy = 100,