FF1Randomizer icon indicating copy to clipboard operation
FF1Randomizer copied to clipboard

Rom stamping

Open SaggingRufus opened this issue 4 years ago • 3 comments

Implemented ROM Stamping feature for debugging purposes.

I have reserved 350 bytes starting at 1B A000 to store the following information about the rom

  • Seed (64 bytes)
  • Encoded Flag String (158 bytes)
  • Git SHA used to generate the ROM, full size reserved (40 Bytes)
  • SHA-1 of the input rom (40 Bytes)
  • Filler (48 Bytes) The filler is currently just writting 48 spaces as a reserve incase the ROM stamp needs to be bigger.

SaggingRufus avatar Nov 21 '21 13:11 SaggingRufus

I got distracted and made a mistake with this merge, will fix and comment.

  • [x] git-blame my kids

SaggingRufus avatar Nov 22 '21 23:11 SaggingRufus

ok, this can be reviewed now XD turns out my Visual Studio is now broken, so I am ok with this for now lol

SaggingRufus avatar Nov 23 '21 00:11 SaggingRufus

here we go again!

SaggingRufus avatar Nov 24 '21 02:11 SaggingRufus