mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-01-04 08:33:15 +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
|
#ifdef POKEMON_EXPANSION
|
||||||
if (GetIllusionPartyData(gBattleAnimAttacker)->species == SPECIES_LYCANROC_MIDNIGHT)
|
if (GetIllusionMonPtr(gBattleAnimAttacker)->species == SPECIES_LYCANROC_MIDNIGHT)
|
||||||
gBattleAnimArgs[0] = 1;
|
gBattleAnimArgs[0] = 1;
|
||||||
else
|
else
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user