fix AnimTask_GetLycanrocForm
This commit is contained in:
parent
847700fbb6
commit
fe6ce33718
1 changed files with 1 additions and 1 deletions
|
@ -7680,7 +7680,7 @@ void AnimTask_GetLycanrocForm(u8 taskId)
|
|||
{
|
||||
|
||||
#ifdef POKEMON_EXPANSION
|
||||
if (GetIllusionMonPtr(gBattleAnimAttacker)->species == SPECIES_LYCANROC_MIDNIGHT)
|
||||
if (GetMonData(GetIllusionMonPtr(gBattleAnimAttacker), MON_DATA_SPECIES) == SPECIES_LYCANROC_MIDNIGHT)
|
||||
gBattleAnimArgs[0] = 1;
|
||||
else
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue