mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-01-29 06:44:01 +01:00
Shyly begin move animations
This commit is contained in:
parent
ae24f7de41
commit
d20189234e
File diff suppressed because it is too large
Load Diff
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user