Merge pull request #1366 from LOuroboros/patch-1

Fixed Mind Blown's category
This commit is contained in:
ghoulslash 2021-01-26 21:41:07 -07:00 committed by GitHub
commit 55b9bc7e17
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10288,7 +10288,7 @@ const struct BattleMove gBattleMoves[MOVES_COUNT] =
.target = MOVE_TARGET_FOES_AND_ALLY,
.priority = 0,
.flags = FLAG_PROTECT_AFFECTED | FLAG_MIRROR_MOVE_AFFECTED | FLAG_KINGS_ROCK_AFFECTED,
.split = SPLIT_PHYSICAL,
.split = SPLIT_SPECIAL,
},
[MOVE_PLASMA_FISTS] =