diff options
author | Marcus Huderle <huderlem@gmail.com> | 2017-11-11 17:05:56 -0800 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2017-11-11 17:05:56 -0800 |
commit | 403253312b053b91604f4bac7a6cf7b1a18cd8fb (patch) | |
tree | 55ffd160a9f6dc2c7b5e9a708e54b21f6e1ef7c1 /include/battle_anim.h | |
parent | 267ada5ce6e2876c4df64275da9ee879a385c6f6 (diff) |
Cleanup battle_anim_80CA710.c
Diffstat (limited to 'include/battle_anim.h')
-rw-r--r-- | include/battle_anim.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/battle_anim.h b/include/battle_anim.h index d807a582a..9598c5e5f 100644 --- a/include/battle_anim.h +++ b/include/battle_anim.h @@ -51,6 +51,7 @@ void move_anim_8072740(struct Sprite *sprite); void DestroyAnimVisualTask(u8 task); void DestroyAnimVisualTask(u8 task); bool8 IsAnimBankSpriteVisible(u8); - +s8 sub_8076F98(s8 a); +void sub_80763FC(u16 a, u16 *b, u32 c, u8 d); #endif |