gave Max Wyrmwind a placeholder anim

This commit is contained in:
AgustinGDLV 2023-03-25 09:59:16 -07:00
parent 7d4a666b4c
commit f633d164e1
2 changed files with 2 additions and 2 deletions

View file

@ -30986,7 +30986,7 @@ Move_G_MAX_DEPLETION:
Move_MAX_WYRMWIND:
launchtask AnimTask_DynamaxGrowth 0x5 0x1 0x1
waitforvisualfinish
@goto Move_DRACO_METEOR broken
goto Move_SPACIAL_REND
end
Move_G_MAX_SNOOZE:

View file

@ -115,7 +115,7 @@ bool32 CanDynamax(u16 battlerId)
#if B_FLAG_DYNAMAX_BATTLE != 0
if (!FlagGet(B_FLAG_DYNAMAX_BATTLE))
#endif
return FALSE;
// return FALSE;
// Check if Dynamax battle flag is set. This needs to be defined in include/config/battle.h
#if B_FLAG_DYNAMAX_BATTLE != 0