Flash Cannon effect
This commit is contained in:
parent
43d620f13a
commit
d52fe8ac58
1 changed files with 1 additions and 1 deletions
|
@ -6030,7 +6030,7 @@ const struct BattleMove gBattleMoves[MOVES_COUNT] =
|
|||
|
||||
[MOVE_FLASH_CANNON] =
|
||||
{
|
||||
.effect = EFFECT_SPECIAL_DEFENSE_DOWN,
|
||||
.effect = EFFECT_SPECIAL_DEFENSE_DOWN_HIT,
|
||||
.power = 80,
|
||||
.type = TYPE_STEEL,
|
||||
.accuracy = 100,
|
||||
|
|
Loading…
Reference in a new issue