english09 Posted June 7, 2018 Share Posted June 7, 2018 Hey there, I was just curious (given there's no save file editor that views/edits hall of fame data for the Gen 3 games) if it's possible to do it effectively with a hex editor, and if so: how would I go about making changes whilst also recalculating checksums etc.? Thanks in advance, - english Link to comment Share on other sites More sharing options...
Kaphotics Posted June 7, 2018 Share Posted June 7, 2018 structure: https://github.com/pret/pokeruby/blob/de2fe2cbbae599d9b336cb6762e3a03445cd5027/src/hall_of_fame.c#L39-L46 location: https://github.com/pret/pokeruby/blob/84c5825c8ecc9804313ec3b1a8dcc0271ee4c2cc/src/save.c#L77-L91 (last 2 chunks of the full save file [@ 2*0xE000], no backup present) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now