diff --git a/src/battle_script_commands.c b/src/battle_script_commands.c index 5ef95d1ac5..cdf0e30ea7 100644 --- a/src/battle_script_commands.c +++ b/src/battle_script_commands.c @@ -13675,7 +13675,7 @@ static void Cmd_handleballthrow(void) case ITEM_NET_BALL: if (IS_BATTLER_OF_TYPE(gBattlerTarget, TYPE_WATER) || IS_BATTLER_OF_TYPE(gBattlerTarget, TYPE_BUG)) #if B_NET_BALL_MODIFIER >= GEN_7 - ballMultiplier = 50; + ballMultiplier = 35; #else ballMultiplier = 30; #endif