A warp randomizer for pokeemerald
Randomizes the warps in a stock pokeemerald repo. Usage Instructions Install networkx and matplotlib via pip3 or similar. Set POKEEMERALD environment variable to the path to your pokeemerald/ folder Edit rand_idx at the top of the file to the seed to start searching from. Ensure that the repo has not already been randomized, or the script will not work! python3 randomizer.py The script will search for randomized layouts which pass completability tests. This can take anywhere from a couple of […]
Read more