Start undoing C++ comments
This commit is contained in:
@@ -18,12 +18,12 @@ pal rp2c03[64] = {
|
||||
};
|
||||
|
||||
pal unvpalette[7] = {
|
||||
{ 0x00 << 2, 0x00 << 2, 0x00 << 2 }, // Black
|
||||
{ 0x3F << 2, 0x3F << 2, 0x34 << 2 }, // White
|
||||
{ 0x00 << 2, 0x00 << 2, 0x00 << 2 }, // Black
|
||||
{ 0x1d << 2, 0x1d << 2, 0x24 << 2 }, // Greyish
|
||||
{ 190, 0, 0 }, // Redish
|
||||
{ 51, 255, 51 }, // Bright green
|
||||
{ 0x00 << 2, 0x00 << 2, 0x00 << 2 }, /* Black */
|
||||
{ 0x3F << 2, 0x3F << 2, 0x34 << 2 }, /* White */
|
||||
{ 0x00 << 2, 0x00 << 2, 0x00 << 2 }, /* Black */
|
||||
{ 0x1d << 2, 0x1d << 2, 0x24 << 2 }, /* Greyish */
|
||||
{ 190, 0, 0 }, /* Redish */
|
||||
{ 51, 255, 51 }, /* Bright green */
|
||||
{ 49, 14, 200 },
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user