diff options
author | Marco Willems (M17.1) <progreon@gmail.com> | 2018-01-07 15:05:49 +0100 |
---|---|---|
committer | Marco Willems (M17.1) <progreon@gmail.com> | 2018-01-07 15:05:49 +0100 |
commit | 39810d713630fbadbd16f00862deca1f12d3a91d (patch) | |
tree | 31b21fdb2d1acec1986f6b659fa05cee0e3cc56f /include/battle_anim.h | |
parent | dbcd5075b036cdd700cdff2b863e9884037ddfca (diff) |
Started decompiling move animation sfx
Diffstat (limited to 'include/battle_anim.h')
-rw-r--r-- | include/battle_anim.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/battle_anim.h b/include/battle_anim.h index d456950f6..99167d7c6 100644 --- a/include/battle_anim.h +++ b/include/battle_anim.h @@ -60,5 +60,7 @@ 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 a); #endif |