Merge pull request #156 from LOuroboros/patch-2

Razor Leaf is a Physical move, not a Special one.
This commit is contained in:
DizzyEggg 2019-05-20 09:14:44 +02:00 committed by GitHub
commit 08c5fb12aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1061,7 +1061,7 @@ const struct BattleMove gBattleMoves[MOVES_COUNT] =
.target = MOVE_TARGET_BOTH,
.priority = 0,
.flags = FLAG_PROTECT_AFFECTED | FLAG_MIRROR_MOVE_AFFECTED | FLAG_KINGSROCK_AFFECTED | FLAG_HIGH_CRIT,
.split = SPLIT_SPECIAL,
.split = SPLIT_PHYSICAL,
},
[MOVE_SOLAR_BEAM] =