mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-01-19 09:54:19 +01:00
Going to bed now
This commit is contained in:
parent
28dc577a73
commit
6c04aadff8
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user