diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-02-02 00:24:16 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-02 00:24:16 -0500 |
commit | 64460e01aede2bbcaa8d1dd18dd3fab590fa4a6e (patch) | |
tree | 58be3a15322f5c0972b71525f5cd22149bb67696 /src/pokemon_animation.c | |
parent | 7e26aa3d21f55e1375bfde6ffbc70210170fdc37 (diff) | |
parent | 3fd5e143a986334985c2c786c324663dbba2db9b (diff) |
Merge pull request #1314 from GriffinRichards/doc-controllers
Document battle controllers, misc other battle
Diffstat (limited to 'src/pokemon_animation.c')
-rw-r--r-- | src/pokemon_animation.c | 2 |
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 } |