diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-04-28 13:56:42 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-28 13:56:42 -0400 |
commit | 6c38837b266c0dd36ccdd04559199282daa7a8a0 (patch) | |
tree | 6c63ce12a739da34a2a86fb886da7c9b43953c76 /src/egg_hatch.c | |
parent | 58cef0ae52b9655f4ad121218933b1e7c23fca9c (diff) | |
parent | e40f89b175189bcfca33285ee5a98de1b7ff74a6 (diff) |
Merge pull request #1420 from GriffinRichards/doc-dataanims
Document battler 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 042173a4e..7a3019f56 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); |