tewtal / SMZ3Randomizer

Super Metroid & A Link to the Past Crossover Item Randomizer V11
https://samus.link/
MIT License
75 stars 32 forks source link

Comprehensive seed data in ROM #176

Closed wu4 closed 3 years ago

wu4 commented 3 years ago

I used the reserved space at $80FF58 for some previously unwritten seed data. It's another UShort bitfield mapped as follows, starting from the MSB:

Since only 8 bits are occupied, this could just be a Byte. However, I suggest that all extra future seed data be written to the ROM. This way, there isn't any data loss from a filename change, and all of the data is contained in one place. I argue that this is significant for any theoretical tool that deals with SMZ3 ROMs.