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