Update battle_moves.h
This commit is contained in:
parent
690f2671cb
commit
c8bc40e3e8
1 changed files with 1 additions and 1 deletions
|
@ -3499,7 +3499,7 @@ const struct BattleMove gBattleMoves[MOVES_COUNT] =
|
||||||
},
|
},
|
||||||
{ // MOVE_DIVE
|
{ // MOVE_DIVE
|
||||||
.effect = EFFECT_SEMI_INVULNERABLE,
|
.effect = EFFECT_SEMI_INVULNERABLE,
|
||||||
.power = 60,
|
.power = 80,
|
||||||
.type = TYPE_WATER,
|
.type = TYPE_WATER,
|
||||||
.accuracy = 100,
|
.accuracy = 100,
|
||||||
.pp = 10,
|
.pp = 10,
|
||||||
|
|
Loading…
Reference in a new issue