mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-01-18 09:24:19 +01:00
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
@ -372,7 +372,8 @@ void BattleArena_AddMindPoints(u8 battler)
|
||||
else if (gBattleMoves[gCurrentMove].power != 0
|
||||
&& gBattleMoves[gCurrentMove].effect != EFFECT_COUNTER
|
||||
&& 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]++;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user