diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-02-19 13:13:28 -0500 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2020-02-25 12:54:08 -0600 |
commit | 0d651c7c9e2834229e14d60c00c203d7798d3890 (patch) | |
tree | 04ee7fc9e538d3b89a94c6b69299e5c117c845ef /src/battle_anim_mons.c | |
parent | 1ba12dc050aaeb36e0ba11160bb159280f95f28a (diff) |
Some battle anim review changes
Diffstat (limited to 'src/battle_anim_mons.c')
-rw-r--r-- | src/battle_anim_mons.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/battle_anim_mons.c b/src/battle_anim_mons.c index 77ffaf9a4..6fc1a3f96 100644 --- a/src/battle_anim_mons.c +++ b/src/battle_anim_mons.c @@ -1944,7 +1944,7 @@ void AnimTask_GetFrustrationPowerLevel(u8 taskId) powerLevel = 2; else powerLevel = 3; - gBattleAnimArgs[7] = powerLevel; + gBattleAnimArgs[ARG_RET_ID] = powerLevel; DestroyAnimVisualTask(taskId); } |