From d3b29406a57a45bf90beb0759b258dd244e6062e Mon Sep 17 00:00:00 2001 From: Frank DeBlasio <35279583+fdeblasio@users.noreply.github.com> Date: Tue, 2 Jan 2024 04:05:31 -0500 Subject: [PATCH] Fixed Collision Course and Electro Drift PP (#3890) Co-authored-by: Alex <93446519+AlexOn1ine@users.noreply.github.com> --- src/data/battle_moves.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/data/battle_moves.h b/src/data/battle_moves.h index 3675234b8e..d33469a9fa 100644 --- a/src/data/battle_moves.h +++ b/src/data/battle_moves.h @@ -13967,7 +13967,7 @@ const struct BattleMove gBattleMoves[MOVES_COUNT_DYNAMAX] = .power = 100, .type = TYPE_FIGHTING, .accuracy = 100, - .pp = 10, + .pp = 5, .secondaryEffectChance = 0, .target = MOVE_TARGET_SELECTED, .priority = 0, @@ -13983,7 +13983,7 @@ const struct BattleMove gBattleMoves[MOVES_COUNT_DYNAMAX] = .power = 100, .type = TYPE_ELECTRIC, .accuracy = 100, - .pp = 10, + .pp = 5, .secondaryEffectChance = 0, .target = MOVE_TARGET_SELECTED, .priority = 0,