A randomizer for the GBA game "Pokémon Mystery Dungeon: Red Rescue Team".
This software is in development. The following checked elements are the features already included, and the unchecked ones are planned to be included:
- Randomize Pokémon in dungeon floors (Bosses and some parts of the Makuhita's Dojo mazes remain unchanged to prevent crashing).
- Randomize Pokémon moveset.
Go to Releases, and select the more recent version of the executable file. There are two, one for Linux and other for Windows.
NOTE: Make sure you are using the US rom. Other versions have not been tested.
NOTE: You maybe should make a backup of your game before randomize it.
-
Extract the
zip
file. You will find to files:config.json
in which you can configure what things to randomize, and the executable filepmdrc-randomizer
. -
First, edit the
config.json
file to fit your needs. There are two options:
"randomizeDungeonPokemon"
: set totrue
if you want to randomize the Pokémon that will appear in the dungeon. Set tofalse
otherwise."randomizePokemonMoves"
: set totrue
if you want to randomize the moves that Pokémon learn by level. Set tofalse
otherwise.
-
Then, run the
pmdrc-randomizer
program, and make sure thatconfig.json
is in the same directory as the executable. -
A file selection window will pop up. Select the original rom file of the game.
-
Wait a bit, and a file saving window will pop up. Write the name you want for the randomized rom file, and save it.
You can build the program by running the build.sh
script on Linux, or build.ps1
on Windows. You need to have the pyinstaller
package. Install it with pip3 install pyinstaller
. A zip will be generated in the same directory as the build script.