ronitsinha / almia-randomizer

Rom-hacking randomizer for Pokemon Ranger: Shadows of Almia
1 stars 1 forks source link

Pokemon Ranger: Shadows of Almia Randomizer

This is a tool for creating a randomizer of the game Pokemon Ranger: Shadows of Almia.

A "randomizer" is a popular romhack for various Pokemon games that involves randomly changing the Pokemon encounters throughout the game.

This randomizer changes encounters in such a way that the game is guaranteed to still be beatable; that is, it will not replace a Pokemon whose field move is necessary to beat the level with a Pokemon that has a completely different field move. In fact, Pokemon's replacement are randomly chosen from the set of Pokemon that have the same field move as them, with the same field move strength or higher.

Usage

See "Releases" for Linux and Windows versions.

Run the tool in a terminal, supplying the input ROM file and the name of the output randomized ROM. ./range_randomizer [input file] [output file]

For example: ./range_randomizer rom.nds randomized.nds

The program will take a few seconds to run before generating a ROM with the specified output name.

References

AlmiaE -- an excellent tool for editing Shadows of Almia \ FEAT -- for extracting DS rom, LZ10 compression

For my experiments in designing an optimal LZ10 compression algorithm (found in old/):