diff options
author | Sewef <elagroum@gmail.com> | 2019-10-14 21:05:40 +0200 |
---|---|---|
committer | Sewef <elagroum@gmail.com> | 2019-10-14 21:05:40 +0200 |
commit | 63b5be9259c023f3eaa31ae1eec900aac73ad206 (patch) | |
tree | ead20c5db464538ff4d310bd15ec3752939c8697 /src/poison.c | |
parent | a49756a8fe861cb3b6fcd1cae533b9a42326cf40 (diff) |
Ended battle_anims_effects_1 SpriteTemplates
Diffstat (limited to 'src/poison.c')
-rw-r--r-- | src/poison.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/poison.c b/src/poison.c index 9af981694..786975877 100644 --- a/src/poison.c +++ b/src/poison.c @@ -37,7 +37,7 @@ const struct SpriteTemplate gUnknown_08596134 = .anims = gUnknown_08596130, .images = NULL, .affineAnims = gDummySpriteAffineAnimTable, - .callback = sub_80A77C8, + .callback = AnimSparklingParticle, }; const union AnimCmd gUnknown_0859614C[] = |