There used to be a setting to select which pokeball to use:
Code:
public const MiscEnums.Item UsedBall = MiscEnums.Item.ITEM_POKE_BALL;
For great balls, the code would be:
Code:
public const MiscEnums.Item UsedBall = MiscEnums.Item.ITEM_GREAT_BALL;
and of course for ultra balls:
Code:
public const MiscEnums.Item UsedBall = MiscEnums.Item.ITEM_ULTRA_BALL;
The change can be found on the git, here: https://github.com/FeroxRev/Pokemon-...0336e238449507
If anyone could implement this setting again, I would be so happy