Skip to content

Commit

Permalink
Merge branch 'kbeckmann:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
olderzeus authored Feb 26, 2023
2 parents d75e6a4 + 7c036a2 commit 296a623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gnuboy-go/components/gnuboy/palettes.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ static const uint16_t dmg_palettes[][4] = {
{ 0x6FDF, 0x36DE, 0x4996, 0x34AC }, // GB_GRAPEFR_PALETTE
{ 0x6739, 0x6E6D, 0x4588, 0x1882 }, // GB_MEGAMAN_PALETTE
{ 0x7FBF, 0x46DE, 0x4DD0, 0x0843 }, // GB_POKEMON_PALETTE
{ 0x0000, 0x3220, 0x03FF, 0x7FFF }, // GB_NEGATIV_PALETTE
{ 0x0000, 0x3220, 0x037F, 0x7FFF }, // GB_NEGATIV_PALETTE
{ 0x5719, 0x4694, 0x298D, 0x0CA4 }, // GB_NSWITC1_PALETTE
{ 0x4294, 0x3610, 0x1D4A, 0x0883 }, // GB_NSWITC2_PALETTE
{ 0x3E75, 0x3211, 0x1D4B, 0x0884 }, // GB_NSWITC3_PALETTE
Expand Down

0 comments on commit 296a623

Please sign in to comment.