Document stat change animation

This commit is contained in:
GriffinR
2023-08-08 23:37:21 -04:00
parent 41847cd5aa
commit 6598cb30bc
15 changed files with 131 additions and 89 deletions

View File

@@ -532,8 +532,8 @@ void AnimTask_StatsChange(u8 taskId)
gBattleAnimArgs[0] = goesDown;
gBattleAnimArgs[1] = animStatId;
gBattleAnimArgs[2] = 0;
gBattleAnimArgs[3] = 0;
gBattleAnimArgs[2] = FALSE; // Whether it's the target, rather than attacker
gBattleAnimArgs[3] = FALSE; // Whether it hits multiple battlers
gBattleAnimArgs[4] = sharply;
gTasks[taskId].func = InitStatsChangeAnimation;
gTasks[taskId].func(taskId);