Kaali97 / universal-pokemon-randomizer

Automatically exported from code.google.com/p/universal-pokemon-randomizer
0 stars 0 forks source link

minimumCatchRate is not called when wpCatchRateCB isSelected #22

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Enable randomized wild encounters
2. Enable the minimum catch rate patch

What is the expected output? What do you see instead?
Expected: Catch rates are patched to be >= 45
Actual: They aren't.

What version of the product are you using? On what operating system?
UPRandomizer-120a (not internal-config) on Linux.

Please provide any additional information below.
The check box is on the form, and a working implementation of the function 
exists in AbstractROMHandler, but nothing seems to actually *call it* if the 
check box is ticked.

I've attached a (trivial) patch that seems to work--at least, I was able to 
easily pick up Dialga and Raikou in Heart Gold with ordinary PokeBalls  :)

Cheers

Original issue reported on code.google.com by defineli...@gmail.com on 31 Aug 2013 at 11:02

Attachments:

GoogleCodeExporter commented 8 years ago
Fixed for 1.5.0, didn't get around to updating issue list till now.

Original comment by dabomstew on 9 Mar 2014 at 8:58

GoogleCodeExporter commented 8 years ago
how do you get a randomizer for linux?

Original comment by ryconn...@gmail.com on 7 Apr 2014 at 5:17

GoogleCodeExporter commented 8 years ago
It's a Java program, just run $ java -jar randomizer.jar

Original comment by defineli...@gmail.com on 8 Apr 2014 at 2:02