PokeFinder icon indicating copy to clipboard operation
PokeFinder copied to clipboard

Cross platform Pokémon RNG tool

Results 53 PokeFinder issues
Sort by recently updated
recently updated
newest added

This PR adds a promotion to the standard 2-tab system found in most windows. This context menu allows users to transfer settings that were already entered in the searcher tab...

enhancement

Adds a QOL feature to copy and paste IVs from a context menu as a formatted string.

hi !! i was wondering if it would be possible to eventually add a function to export/paste IVs and settings in the searcher tab to the generator tab , since...

enhancement

When I try to run PokeFinder, I get the following error in the command line: `./PokeFinder: symbol lookup error: /lib/x86_64-linux-gnu/libbrotlidec.so.1: undefined symbol: _kBrotliPrefixCodeRanges`. When compiling I get the following: ```...

Generator shows a spread at advances 5, which is missing in Searcher. I tested in game and Generator is correct: ![image](https://github.com/Admiral-Fish/PokeFinder/assets/20956021/49bbe8b7-ef25-49d9-8188-5eeea41230b5) ![image](https://github.com/Admiral-Fish/PokeFinder/assets/20956021/afd61e54-df91-4624-8374-aa1d681f2352)

bug

Said it was wanted because of the different kind of grass. Shouldn't be.

enhancement

Running on a 3 monitor setup, the dropdown menus always appear on my rightmost monitor, regardless of what monitor the actual window is on. If the main window is on...

bug

With G8Height==G9Scale and it being a factor in both PLA and SV I think there's merit to add a Height variable to RNG for in BDSP and potentially S/S Raids.

enhancement

My error reads: PokeFinder/Source/Core/Gen5/Keypresses.cpp:77:30: Error: no member named 'popcount' in namespace 'std'; did you mean '__popcount'? It looks like a problem of c++11 being used instead of c++20, even though...