Power Shift is now a clone of Power Trick

This commit is contained in:
Bassoonian 2022-11-19 13:41:56 +01:00
parent 4da9ecbcea
commit 4ac1e4fc61

View file

@ -13310,7 +13310,7 @@ const struct BattleMove gBattleMoves[MOVES_COUNT_Z] =
[MOVE_POWER_SHIFT] = [MOVE_POWER_SHIFT] =
{ {
.effect = EFFECT_PLACEHOLDER, // EFFECT_POWER_SHIFT, .effect = EFFECT_POWER_TRICK,
.power = 0, .power = 0,
.type = TYPE_NORMAL, .type = TYPE_NORMAL,
.accuracy = 0, .accuracy = 0,
@ -13318,7 +13318,7 @@ const struct BattleMove gBattleMoves[MOVES_COUNT_Z] =
.secondaryEffectChance = 0, .secondaryEffectChance = 0,
.target = MOVE_TARGET_USER, .target = MOVE_TARGET_USER,
.priority = 0, .priority = 0,
.flags = FLAG_MIRROR_MOVE_AFFECTED, .flags = FLAG_SNATCH_AFFECTED,
.split = SPLIT_STATUS, .split = SPLIT_STATUS,
.zMovePower = 100, .zMovePower = 100,
.zMoveEffect = Z_EFFECT_NONE, .zMoveEffect = Z_EFFECT_NONE,