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:
Add relevant data structures required to randomize gen 1 and 2 games.
Add support for finding this data in gen 1 and 2 through offset-finder.
When we have this, randomizing the games should be around as easy as randomizing gen 3
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:
offset-finder
.When we have this, randomizing the games should be around as easy as randomizing gen 3