Merge pull request #1781 from LOuroboros/dynaCannon

Set the right .effect to Dynamax Cannon
This commit is contained in:
Eduardo Quezada D'Ottone 2021-10-17 10:17:18 -03:00 committed by GitHub
commit aa344aa0a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10738,7 +10738,7 @@ const struct BattleMove gBattleMoves[MOVES_COUNT] =
[MOVE_DYNAMAX_CANNON] =
{
.effect = EFFECT_HIT,
.effect = EFFECT_DYNAMAX_DOUBLE_DMG,
.power = 100,
.type = TYPE_DRAGON,
.accuracy = 100,