Merge pull request #43 from Kurausukun/battle_engine_v2

Update Dive's Base Power
This commit is contained in:
DizzyEggg 2018-11-30 20:46:34 +01:00 committed by GitHub
commit 9d9fcc540e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,