Fixed Collision Course and Electro Drift PP (#3890)

Co-authored-by: Alex <93446519+AlexOn1ine@users.noreply.github.com>
This commit is contained in:
Frank DeBlasio 2024-01-02 04:05:31 -05:00 committed by GitHub
parent 58a93a544f
commit d3b29406a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,