mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-02-23 04:44:03 +01:00
Merge pull request #1781 from LOuroboros/dynaCannon
Set the right .effect to Dynamax Cannon
This commit is contained in:
commit
aa344aa0a2
@ -10738,7 +10738,7 @@ const struct BattleMove gBattleMoves[MOVES_COUNT] =
|
|||||||
|
|
||||||
[MOVE_DYNAMAX_CANNON] =
|
[MOVE_DYNAMAX_CANNON] =
|
||||||
{
|
{
|
||||||
.effect = EFFECT_HIT,
|
.effect = EFFECT_DYNAMAX_DOUBLE_DMG,
|
||||||
.power = 100,
|
.power = 100,
|
||||||
.type = TYPE_DRAGON,
|
.type = TYPE_DRAGON,
|
||||||
.accuracy = 100,
|
.accuracy = 100,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user