Merge pull request #43 from Kurausukun/battle_engine_v2
Update Dive's Base Power
This commit is contained in:
commit
9d9fcc540e
1 changed files with 1 additions and 1 deletions
|
@ -3499,7 +3499,7 @@ const struct BattleMove gBattleMoves[MOVES_COUNT] =
|
|||
},
|
||||
{ // MOVE_DIVE
|
||||
.effect = EFFECT_SEMI_INVULNERABLE,
|
||||
.power = 60,
|
||||
.power = 80,
|
||||
.type = TYPE_WATER,
|
||||
.accuracy = 100,
|
||||
.pp = 10,
|
||||
|
|
Loading…
Reference in a new issue