Save 68 bytes

This commit is contained in:
Armel FAUVEAU
2024-04-02 05:36:20 +02:00
parent 4276211ed9
commit 6171da9fd0
3 changed files with 52 additions and 2 deletions

View File

@@ -181,7 +181,7 @@ void UI_DisplayStatus()
for (uint8_t i = 71; i < 79; i++)
{
gFrameBuffer[-1][i] ^= 0x7F;
gStatusLine[i] ^= 0x7F;
}
x1 = x;
}