Going to bed now

This commit is contained in:
Eduardo Quezada D'Ottone 2020-11-02 00:31:04 -03:00
parent 28dc577a73
commit 6c04aadff8

View File

@ -9973,7 +9973,7 @@ static void Cmd_handleballthrow(void)
if (catchRate < 21 && ballAddition == -20)
catchRate = 1;
else
catchRate = catchRate - ballAddition;
catchRate = catchRate + ballAddition;
odds = ((catchRate) * ballMultiplier / 10)
* (gBattleMons[gBattlerTarget].maxHP * 3 - gBattleMons[gBattlerTarget].hp * 2)