[In-Progress] This is a Python (tentative) program that randomizes various aspects of the classic Pokemon Emerald game. The program uses a ROM file of the game as input and randomizes elements such as the Pokemon encounters, movesets, abilities, and stats.
- Download a ROM of Pokemon Emerald and place it in the root directory of the program
- Run the program from the command line using python randomizer.py
- Follow the prompts to select which aspects of the game to randomize
- The randomized ROM will be outputted to a new file in the root directory of the program