├── PokeVisionFinder.py ├── README.md ├── RunPVF.bat ├── RunPVFcatchfile.bat ├── Sniper └── HereGoesPokeSniper2Files ├── catch.txt ├── coords.txt ├── errors.log ├── pokemons.log ├── pokemons.py └── wincolors.py /PokeVisionFinder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/encode32/PokeVisionFinder/HEAD/PokeVisionFinder.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/encode32/PokeVisionFinder/HEAD/README.md -------------------------------------------------------------------------------- /RunPVF.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/encode32/PokeVisionFinder/HEAD/RunPVF.bat -------------------------------------------------------------------------------- /RunPVFcatchfile.bat: -------------------------------------------------------------------------------- 1 | PokeVisionFinder.py -m All -c -l -L -f 5 -------------------------------------------------------------------------------- /Sniper/HereGoesPokeSniper2Files: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /catch.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/encode32/PokeVisionFinder/HEAD/catch.txt -------------------------------------------------------------------------------- /coords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/encode32/PokeVisionFinder/HEAD/coords.txt -------------------------------------------------------------------------------- /errors.log: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pokemons.log: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pokemons.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/encode32/PokeVisionFinder/HEAD/pokemons.py -------------------------------------------------------------------------------- /wincolors.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/encode32/PokeVisionFinder/HEAD/wincolors.py --------------------------------------------------------------------------------