Virtual Boy: envelope bug status

This commit is contained in:
tildearrow 2025-06-24 02:54:18 -05:00
parent 7fbe9c01a5
commit 38e4245ee0
13 changed files with 62 additions and 1 deletions

View file

@ -1138,6 +1138,12 @@ void FurnaceGUI::drawPattern() {
case 20:
hintColor=uiColors[GUI_COLOR_PATTERN_STATUS_DIRECT];
break;
case 21:
hintColor=uiColors[GUI_COLOR_PATTERN_STATUS_WARNING];
break;
case 22:
hintColor=uiColors[GUI_COLOR_PATTERN_STATUS_ERROR];
break;
default:
hintColor=uiColors[GUI_COLOR_TEXT];
break;