Hejsil / pokemon-randomizer

A Pokémon Rom randomizer tool written in Zig
The Unlicense
13 stars 0 forks source link

Finding offsets to important data in gen 1 and 2 #32

Open Hejsil opened 6 years ago

Hejsil commented 6 years ago

I just merged the gen2-support branch with master. I've decided to put gen 1 and 2 support on hold, and focus on more features for gen 3, 4 and 5.

This issue is the start of gen 1 and 2 support. We should be able to locate the data in the gen 1 and 2 games just like we do with gen 3. So far, I've refactored gen3-offset-finder to be more generic, so it can support finding offsets for all 3 gens. I've also added support for finding base stats for gen 2 games.

What is left to do:

When we have this, randomizing the games should be around as easy as randomizing gen 3