summaryrefslogtreecommitdiff
path: root/src/pokemon_animation.c
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2021-01-22 23:22:37 -0500
committerGriffinR <griffin.g.richards@gmail.com>2021-01-23 00:40:31 -0500
commita392cca92811c27524f1d10cd69d2fc96ea69b74 (patch)
tree0d4a48a869156a2f9f76795e34edfbbe1824a206 /src/pokemon_animation.c
parent4228509e957b7f90bce7f7b470e18a0dfd32c2fc (diff)
Misc battle documentation
Diffstat (limited to 'src/pokemon_animation.c')
-rw-r--r--src/pokemon_animation.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pokemon_animation.c b/src/pokemon_animation.c
index 9c8eaca9a..da30963b5 100644
--- a/src/pokemon_animation.c
+++ b/src/pokemon_animation.c
@@ -1047,7 +1047,7 @@ static void sub_817F77C(struct Sprite *sprite)
{
// FIX: Reset these back to normal after they were changed so Poké Ball catch/release
// animations without a screen transition in between don't break
- sprite->affineAnims = gUnknown_082FF694;
+ sprite->affineAnims = gAffineAnims_BattleSpriteOpponentSide;
}
#endif // BUGFIX
}