diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-04-24 23:29:49 -0400 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2021-04-25 02:18:34 -0400 |
commit | bee60f4c64e6cdf2bfa3777b59067ff63450e4e3 (patch) | |
tree | e90884b1e2524832dc25995076ec462d689698bc /src/egg_hatch.c | |
parent | f823cd224fcc24c756fc66c229fb4cb24e60638d (diff) |
Document battler sprite affine anims, default pokeball throw
Diffstat (limited to 'src/egg_hatch.c')
-rw-r--r-- | src/egg_hatch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/egg_hatch.c b/src/egg_hatch.c index 0ae0e1323..f2d28e916 100644 --- a/src/egg_hatch.c +++ b/src/egg_hatch.c @@ -811,7 +811,7 @@ static void SpriteCB_Egg_5(struct Sprite* sprite) if (sprite->data[0] == 0) { gSprites[sEggHatchData->pokeSpriteID].invisible = FALSE; - StartSpriteAffineAnim(&gSprites[sEggHatchData->pokeSpriteID], 1); + StartSpriteAffineAnim(&gSprites[sEggHatchData->pokeSpriteID], BATTLER_AFFINE_EMERGE); } if (sprite->data[0] == 8) BeginNormalPaletteFade(PALETTES_ALL, -1, 0x10, 0, RGB_WHITEALPHA); |