Palette rotation
Palette rotation is a video effect made by shifting and wrapping a range of color entries inside a palette.
This effect was frequently used in older games for cyclic, scrolling animations (waterfalls...) without having to use multiple tiles, saving up graphics memory and CPU time.
-
League Bowling's title screen uses palette rotation as a mean to provoke eye cancer.
-
Fatal Fury 2 uses palette rotations to animate water efficiently.
Example code
To do.