From 8cb9711f46a89d303bba9a4feaacfd64679c08f0 Mon Sep 17 00:00:00 2001 From: Phlex <3514085+PhlexPlexico@users.noreply.github.com> Date: Mon, 27 Jul 2026 16:03:21 -0600 Subject: [PATCH] fix: Adjust byte/nibble alignment in custom text. --- source/custom_messages.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/custom_messages.cpp b/source/custom_messages.cpp index 27ee151..55e2c78 100644 --- a/source/custom_messages.cpp +++ b/source/custom_messages.cpp @@ -201,9 +201,9 @@ void CreateBaselineCustomMessages() { delayData.clear(); pushText("ERROR&&No message data"); - colData.push_back(0xF); - iconData.push_back(0x3F); - delayData.push_back(0x3F); + colData.push_back(0xF0); + iconData.push_back(0xFC); + delayData.push_back(0xFC); colParity = iconParity = delayParity = 1; Text GITextIntroSKey = {"You got a #small key# ", "Vous obtenez une #petite clé# ", "¡Has obtenido una #llave pequeña# "};