Skip to content

Commit

Permalink
non toxic palete 2
Browse files Browse the repository at this point in the history
  • Loading branch information
xrip committed Dec 4, 2023
1 parent e33bc4b commit 4d9dea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/gbcolors.h
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ void get_colour_palette(palette_t selected_palette,uint8_t table_entry,uint8_t s
const palette_t palette = {
{ 0xFFFF, 0xFC30, 0x91C7, 0x0000 }, /* OBJ0 */
{ 0xFFFF, 0xFC30, 0x91C7, 0x0000 }, /* OBJ1 */
{ 0xFFFF, 0x64C8, 0x0318, 0x0000 } /* BG */
{ 0xFFFF, 0x14c8, 0x0318, 0x0000 } /* BG */
};
memcpy(selected_palette, palette, PALETTE_SIZE_IN_BYTES);
return;
Expand Down

0 comments on commit 4d9dea0

Please sign in to comment.