From a9d99e4a2ed3811afc2e3c5277e399a63ed64cb4 Mon Sep 17 00:00:00 2001 From: Anatoliy Belyanskiy Date: Sun, 10 Sep 2023 00:06:10 +1000 Subject: [PATCH] ... --- constants/standart_colors.inc | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/constants/standart_colors.inc b/constants/standart_colors.inc index e96f4da..720614d 100644 --- a/constants/standart_colors.inc +++ b/constants/standart_colors.inc @@ -59,13 +59,9 @@ PAPER: FLASH EQU #80 ; BORDER: -.BLACK EQU #00 -.LBLUE EQU #01 -.GREEN EQU #02 -.LCYAN EQU #03 -.RED EQU #04 -.LMAGENTA EQU #05 -.BROWN EQU #06 -.WHITE EQU #07 +.BLACK EQU #00 ; 01 +.BLUE EQU #02 ; 03 +.GREEN EQU #04 ; 05 +.GRAY EQU #06 ; 07 ENDMODULE ;-----------------------------------------------------------------------; \ No newline at end of file