Palette fade: Difference between revisions

2 bytes removed ,  5 months ago
no edit summary
No edit summary
No edit summary
Line 127:
|}
 
=== Bugs ===
 
If the high bit is set on any of the colors in the target palettes, then the palette fade will never be considered complete. This happens because the color update logic checks if the color values are exactly equal when determining if the fade is complete, but will never set this bit on the updated colors. Since the high bit is unused in SNES colors, this can be completely avoided by simply leaving the bit unset on all colors.