Save data structure (Generation III): Difference between revisions

My testing software was messed up, they are rotated once each time, not twice every other time
(My testing software was messed up, they are rotated once each time, not twice every other time)
Line 157: Line 157:
All 14 sections must be present exactly once in each game save block.
All 14 sections must be present exactly once in each game save block.


Every time the game is saved in save block A the order of the sections gets rotated twice. For example, the first-ever time the game is saved, the sections are saved in the order 13, 0, 1, ..., 12. The next time the game gets saved in block A these sections will be rotated by 2: 11, 12, 13, 0, 1, ..., 10. The sections only ever get rotated and never scrambled so they will always remain in the same order, but may begin at different points.
Every time the game is saved the order of the sections gets rotated once. For example, the first-ever time the game is saved, the sections are saved in the order 13, 0, 1, ..., 12. The next time the game gets saved these sections will be rotated by 1: 12, 13, 0, 1, ..., 11. The sections only ever get rotated and never scrambled so they will always remain in the same order, but may begin at different points.


===Signature===
===Signature===
3

edits