mirror of
https://github.com/rh-hideout/pokeemerald-expansion.git
synced 2026-03-21 18:04:50 -05:00
Merge 06a781a4d1 into 264d99215b
This commit is contained in:
commit
d624ac6562
|
|
@ -1490,8 +1490,8 @@ s32 AI_WhoStrikesFirst(enum BattlerId battlerAI, enum BattlerId battler, enum Mo
|
|||
return AI_IS_SLOWER;
|
||||
}
|
||||
|
||||
speedBattlerAI = GetBattlerTotalSpeedStat(battlerAI, abilityAI, holdEffectAI);
|
||||
speedBattler = GetBattlerTotalSpeedStat(battler, abilityPlayer, holdEffectPlayer);
|
||||
speedBattlerAI = gAiLogicData->speedStats[battlerAI];
|
||||
speedBattler = gAiLogicData->speedStats[battler];
|
||||
|
||||
if (holdEffectAI == HOLD_EFFECT_LAGGING_TAIL && holdEffectPlayer != HOLD_EFFECT_LAGGING_TAIL)
|
||||
return AI_IS_SLOWER;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user