mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 19:47:35 +01:00
take revo suggestion
This commit is contained in:
parent
6d4d58a8a7
commit
4dad58648f
@ -11043,7 +11043,7 @@ static void atkEF_pokeball_catch_calculation(void)
|
||||
ballMultiplier = 10;
|
||||
break;
|
||||
case ITEM_NEST_BALL:
|
||||
if (gBattleMons[gBankTarget].level <= 39)
|
||||
if (gBattleMons[gBankTarget].level < 40)
|
||||
{
|
||||
ballMultiplier = 40 - gBattleMons[gBankTarget].level;
|
||||
if (ballMultiplier <= 9)
|
||||
|
Loading…
Reference in New Issue
Block a user