rgbds icon indicating copy to clipboard operation
rgbds copied to clipboard

Update scramble to specially handle >8-bit banks

Open evie-calico opened this issue 3 years ago • 1 comments

I realized that scramble could be made more useful for 9-bit banks if it alternated between setting the 9th bit; now both bytes are scrambled.

evie-calico avatar Aug 03 '22 15:08 evie-calico

RGBLINK supports 32-bit section IDs, so a special-case for 512 banks is not viable. Trying to change every byte on each iteration would be closer, but doesn't play nice with non-powers of two as the argument.

ISSOtm avatar Aug 04 '22 19:08 ISSOtm