OBJ-Viewer
OBJ-Viewer copied to clipboard
Fix premature loop-back on palette
Palettes are a total of 256 colors (16 palettes). This can be seen in the palette preview. The current CGRAM offset prematurely loops back to color 0 (palette 0) when it reaches the 128th color (8th palette). This change will let the CGRAM offset access the full palette.