mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-01-01 15:20:43 +01:00
fix GetIllusionMonPtr
This commit is contained in:
parent
b130396c0e
commit
847700fbb6
@ -7680,7 +7680,7 @@ void AnimTask_GetLycanrocForm(u8 taskId)
|
||||
{
|
||||
|
||||
#ifdef POKEMON_EXPANSION
|
||||
if (GetIllusionPartyData(gBattleAnimAttacker)->species == SPECIES_LYCANROC_MIDNIGHT)
|
||||
if (GetIllusionMonPtr(gBattleAnimAttacker)->species == SPECIES_LYCANROC_MIDNIGHT)
|
||||
gBattleAnimArgs[0] = 1;
|
||||
else
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user