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