diff options
author | Sewef <elagroum@gmail.com> | 2019-10-20 16:22:53 +0200 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2019-10-20 12:29:08 -0500 |
commit | e9675bdd246deff42524cc202e4519041d49dd69 (patch) | |
tree | 9553cb68d27551a2e9927cd8507ea17538480191 /src/poison.c | |
parent | def7a4a18a2543e6e0ac5b541cb18c9699abb76b (diff) |
battle_anims_effects_2
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 055f4c42a..42e7d6a58 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 = AnimSparklingParticle, + .callback = AnimSpriteOnMonPos, }; const union AnimCmd gUnknown_0859614C[] = |