diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-03-18 18:06:29 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-18 18:06:29 -0700 |
commit | 7fcee65ee4dce2b968eba0c6d38151f720dbcdf0 (patch) | |
tree | f60287f706417eaa80684d20b5058848e94a5275 /src/battle/anim/bubble.c | |
parent | d51855dfadf9e1357ef8e33e90b5156f8561405c (diff) | |
parent | 3c9552befdbd295b94a06fca31a4c03c667465b3 (diff) |
Merge pull request #583 from huderlem/animdocs
Document some more battle anims
Diffstat (limited to 'src/battle/anim/bubble.c')
-rw-r--r-- | src/battle/anim/bubble.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/battle/anim/bubble.c b/src/battle/anim/bubble.c index 1252c1315..d6ec06be9 100644 --- a/src/battle/anim/bubble.c +++ b/src/battle/anim/bubble.c @@ -97,6 +97,6 @@ static void sub_80D3370(struct Sprite *sprite) static void sub_80D3398(struct Sprite *sprite) { sprite->data[0] = 10; - sprite->callback = sub_80782D8; + sprite->callback = WaitAnimForDuration; StoreSpriteCallbackInData(sprite, move_anim_8074EE0); } |