mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-02-22 20:33:47 +01:00
Fix Assurance
This commit is contained in:
parent
dd5c9c790d
commit
594b363730
@ -5128,7 +5128,7 @@ static u16 CalcMoveBasePower(u16 move, u8 battlerAtk, u8 battlerDef)
|
|||||||
basePower *= 2;
|
basePower *= 2;
|
||||||
break;
|
break;
|
||||||
case EFFECT_ASSURANCE:
|
case EFFECT_ASSURANCE:
|
||||||
if (gSpecialStatuses[battlerDef].physicalDmg != 0 || gSpecialStatuses[battlerDef].specialDmg != 0)
|
if (gProtectStructs[battlerAtk].physicalDmg != 0 || gProtectStructs[battlerAtk].specialDmg != 0)
|
||||||
basePower *= 2;
|
basePower *= 2;
|
||||||
break;
|
break;
|
||||||
case EFFECT_TRUMP_CARD:
|
case EFFECT_TRUMP_CARD:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user