Skip to content

ecrawford4/seedgenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

seedgenerator

seedgenerator is a simple, standalone program written entirely in java that generates a range of hexadecimal "seeds."

This generator is intended for use while performing RNG manipulation in Pokemon games. Specifically, it is useful during the trial-and-error step of finding your 4-digit hexadecimal seed. It is designed to be used in conjunction with another program that requires a set of hex seeds to check your encounter.

Demo:

Open the program

Enter your target seed

Enter the desired range (note that the generator will produce 2n+1 seeds where n is the number entered in this field)

Calculate!

Open Gen 3 Seed Assistant and copy the output to the "Enter Seeds" field.

demo

Calculate

large