FLAG_SNATCH_AFFECTED for Healing Wish and Lunar Dance

Title is self-explanatory. As of Gen. 5, Healing Wish and Lunar Dance are affected by Snatch.
This commit is contained in:
LOuroboros 2019-05-19 23:32:59 -03:00 committed by GitHub
parent a9b4d0208b
commit f81daeab45
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5069,7 +5069,7 @@ const struct BattleMove gBattleMoves[MOVES_COUNT] =
.secondaryEffectChance = 0,
.target = MOVE_TARGET_USER,
.priority = 0,
.flags = 0,
.flags = FLAG_SNATCH_AFFECTED,
.split = SPLIT_STATUS,
},
@ -6473,7 +6473,7 @@ const struct BattleMove gBattleMoves[MOVES_COUNT] =
.secondaryEffectChance = 0,
.target = MOVE_TARGET_USER,
.priority = 0,
.flags = FLAG_DANCE,
.flags = FLAG_DANCE | FLAG_SNATCH_AFFECTED,
.split = SPLIT_STATUS,
},