diff options
author | Marco Willems (M17.1) <progreon@gmail.com> | 2018-01-09 02:38:57 +0100 |
---|---|---|
committer | Marco Willems (M17.1) <progreon@gmail.com> | 2018-01-09 02:38:57 +0100 |
commit | 353a083d97be81cbc612ecb8de46b62a0e523362 (patch) | |
tree | 4533731bd3624398e7a62e932f116e1a5ca1aa0b /include | |
parent | 4bdab579016705c6dc914e3d2af2d608eb256a9b (diff) |
Finished decompiling battle_anim_sfx
Diffstat (limited to 'include')
-rw-r--r-- | include/battle_anim.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/battle_anim.h b/include/battle_anim.h index 7b966cf4c..a94e6d13c 100644 --- a/include/battle_anim.h +++ b/include/battle_anim.h @@ -61,7 +61,7 @@ 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); +s16 sub_8077104(s16 newPan, int oldPan); void DestroyAnimSoundTask(u8 taskId); #endif |