update text

This commit is contained in:
Rose 2024-07-31 21:23:15 -05:00
parent a7081942aa
commit 3e30c10d55

View File

@ -221,15 +221,14 @@ void DrawScreen(uint16_t *vga) {
// name
vga_text[80+34] = 0x1f00 | '-';
vga_text[80+35] = 0x1f00 | ' ';
vga_text[80+36] = 0x1f00 | 'L';
vga_text[80+37] = 0x1f00 | 'u';
vga_text[80+38] = 0x1f00 | 'c';
vga_text[80+39] = 0x1f00 | 'i';
vga_text[80+40] = 0x1f00 | 'a';
vga_text[80+41] = 0x1f00 | 'O';
vga_text[80+42] = 0x1f00 | 'S';
vga_text[80+43] = 0x1f00 | ' ';
vga_text[80+44] = 0x1f00 | '-';
vga_text[80+36] = 0x1f00 | ' ';
vga_text[80+37] = 0x1f00 | 'R';
vga_text[80+38] = 0x1f00 | 'O';
vga_text[80+39] = 0x1f00 | 'S';
vga_text[80+40] = 0x1f00 | 'E';
vga_text[80+41] = 0x1f00 | ' ';
vga_text[80+42] = 0x1f00 | ' ';
vga_text[80+43] = 0x1f00 | '-';
}
void SetPalette() {