Merge pull request #2365 from AsparagusEduardo/RHH/pr/BattleArenaBide
Added missing Bide exception to Battle Arena Mind Points
This commit is contained in:
commit
7c7eb8ac7f
1 changed files with 2 additions and 1 deletions
|
@ -372,7 +372,8 @@ void BattleArena_AddMindPoints(u8 battler)
|
||||||
else if (gBattleMoves[gCurrentMove].power != 0
|
else if (gBattleMoves[gCurrentMove].power != 0
|
||||||
&& gBattleMoves[gCurrentMove].effect != EFFECT_COUNTER
|
&& gBattleMoves[gCurrentMove].effect != EFFECT_COUNTER
|
||||||
&& gBattleMoves[gCurrentMove].effect != EFFECT_MIRROR_COAT
|
&& gBattleMoves[gCurrentMove].effect != EFFECT_MIRROR_COAT
|
||||||
&& gBattleMoves[gCurrentMove].effect != EFFECT_METAL_BURST)
|
&& gBattleMoves[gCurrentMove].effect != EFFECT_METAL_BURST
|
||||||
|
&& gBattleMoves[gCurrentMove].effect != EFFECT_BIDE)
|
||||||
{
|
{
|
||||||
gBattleStruct->arenaMindPoints[battler]++;
|
gBattleStruct->arenaMindPoints[battler]++;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue