Merge pull request #156 from LOuroboros/patch-2
Razor Leaf is a Physical move, not a Special one.
This commit is contained in:
commit
08c5fb12aa
1 changed files with 1 additions and 1 deletions
|
@ -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] =
|
||||
|
|
Loading…
Reference in a new issue