diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2018-01-08 22:35:29 -0500 |
---|---|---|
committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2018-01-08 22:35:29 -0500 |
commit | f6960086684ad3d73b867ed5a357fc59d1650929 (patch) | |
tree | e2685768a6db4b36c4eb9acb65147f8a17c55b19 /include/battle_anim.h | |
parent | dcf12f9ecdbaab26afb8899eaa05f4cab09a5f82 (diff) | |
parent | 85174ad6193d3d58b92deaaedf8c510440ed85ee (diff) |
Merge branch 'master' of https://github.com/pret/pokeruby into assert
Diffstat (limited to 'include/battle_anim.h')
-rw-r--r-- | include/battle_anim.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/battle_anim.h b/include/battle_anim.h index d456950f6..a94e6d13c 100644 --- a/include/battle_anim.h +++ b/include/battle_anim.h @@ -60,5 +60,8 @@ void DestroyAnimVisualTask(u8 task); bool8 IsAnimBankSpriteVisible(u8); s8 BattleAnimAdjustPanning(s8 a); void sub_80763FC(u16 a, u16 *b, u32 c, u8 d); +s16 CalculatePanIncrement(s16 sourcePan, s16 targetPan, s16 incrementPan); +s16 sub_8077104(s16 newPan, int oldPan); +void DestroyAnimSoundTask(u8 taskId); #endif |