This repository provides a tool for creating batches of randomized Pokemon seeds. This is particularly useful for things like generating lots of seeds for IronMON runs.
-
To use this tool you will need to have a copy of Ajarmar Universal Pokemon Randomizer ZX.
-
Download the
pokerando-batch-<platform>
executable for your platform and thebatch-randomize-config.json
configuration file from the releases page. -
Modify the configuration file to your needs.
{ "firstSeedNumber": 0, // Number at which to begin labeling seeds. "seedCount": 50, // Number of seeds to create. "romPath": "./PokemonEmerald.gba", // Path to the ROM file you want to randomize. "outputPath": "./Seeds", // Folder path in which to save the seeds. "randomizerSettingsPath": "./PokemonEmeraldIronMON.rnqs", // Path to the randomizer's settings file to use for randomization. "randomizerJarPath": "../PokeRandoZX-v4_4_0/PokeRandoZX.jar" // Path to the randomizer. }
-
Run the executable.