mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-02-05 10:52:35 +01:00
Test PR
This commit is contained in:
parent
ff088752e7
commit
6c30c5490c
@ -205,7 +205,7 @@ static bool8 FindMonThatAbsorbsOpponentsMove(void)
|
|||||||
if (AI_THINKING_STRUCT->aiFlags & AI_FLAG_ACE_POKEMON
|
if (AI_THINKING_STRUCT->aiFlags & AI_FLAG_ACE_POKEMON
|
||||||
&& i == (CalculateEnemyPartyCount()-1))
|
&& i == (CalculateEnemyPartyCount()-1))
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
|
|
||||||
species = GetMonData(&party[i], MON_DATA_SPECIES);
|
species = GetMonData(&party[i], MON_DATA_SPECIES);
|
||||||
if (GetMonData(&party[i], MON_DATA_ABILITY_NUM) != 0)
|
if (GetMonData(&party[i], MON_DATA_ABILITY_NUM) != 0)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user