Shyly begin move animations

This commit is contained in:
DizzyEggg 2018-09-10 17:11:16 +02:00
parent ae24f7de41
commit d20189234e
4 changed files with 1212 additions and 4 deletions

File diff suppressed because it is too large Load Diff

View File

@ -502,7 +502,7 @@ static void Task_ClearBitWhenSpecialAnimDone(u8 taskId)
// Great function to include newly added moves that don't have animation yet. // Great function to include newly added moves that don't have animation yet.
bool8 IsMoveWithoutAnimation(u16 moveId, u8 animationTurn) bool8 IsMoveWithoutAnimation(u16 moveId, u8 animationTurn)
{ {
if (moveId >= (MOVES_COUNT_GEN3 - 1)) if (moveId >= (MOVES_COUNT_GEN6 - 1))
return TRUE; return TRUE;
else else
return FALSE; return FALSE;