Fix Pursuit dbl damage on switch
This commit is contained in:
parent
b0f46c68b9
commit
a16a5f43a0
@ -4822,7 +4822,7 @@ static u16 CalcMoveBasePower(u16 move, u8 battlerAtk, u8 battlerDef)
|
||||
basePower *= 2;
|
||||
break;
|
||||
case EFFECT_PURSUIT:
|
||||
if (gCurrentActionFuncId == B_ACTION_SWITCH)
|
||||
if (gActionsByTurnOrder[GetBattlerTurnOrderNum(gBattlerTarget)] == B_ACTION_SWITCH)
|
||||
basePower *= 2;
|
||||
break;
|
||||
case EFFECT_NATURAL_GIFT:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user