Match sub_8159308

This commit is contained in:
ultima-soul
2019-04-07 18:36:10 -07:00
committed by huderlem
parent 92851ba4e6
commit 2c432c314a
3 changed files with 14 additions and 61 deletions
+1 -1
View File
@@ -2936,7 +2936,7 @@ s8 BattleAnimAdjustPanning2(s8 pan)
return pan;
}
s16 KeepPanInRange(s16 panArg)
s16 KeepPanInRange(s16 panArg, int oldPan)
{
s16 pan = panArg;