Add in unused gfxprint_rainbow_tlut in gfxprint.c

This commit is contained in:
Cuyler36
2023-03-18 13:51:10 -04:00
parent d74a76ac86
commit 4056d118cb
+6
View File
@@ -7,6 +7,12 @@ extern u16 gfxprint_moji_tlut[] = {
0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0xffff, 0xffff, 0xffff, 0xffff, 0xffff, 0xffff, 0xffff, 0xffff
};
/* Unused in AC but present in file */
extern u16 gfxprint_rainbow_tlut[] = {
0xf801, 0xfBC1, 0xffc1, 0x07c1, 0x0421, 0x003f, 0x803f, 0xf83f,
0xf801, 0xfBC1, 0xffc1, 0x07c1, 0x0421, 0x003f, 0x803f, 0xf83f,
};
extern u8 gfxprint_font[] = {
0x00, 0xdf, 0xfd, 0x00, 0x0a, 0xee, 0xff, 0xa0, 0x0d, 0xf2, 0x2d, 0xd0, 0x06, 0x61, 0x1d, 0xc0,
0x01, 0x12, 0x2d, 0xd0, 0x06, 0x71, 0x99, 0x00, 0x01, 0x1e, 0xed, 0x10, 0x07, 0x7e, 0xf7, 0x00,