adjust color offsets

This commit is contained in:
2024-02-29 18:13:58 +01:00
parent 42c06f0da4
commit 86fb74bd49
2 changed files with 6 additions and 6 deletions

View File

@ -17,8 +17,8 @@ screendataend_tmpl:
colors:
.global colors
;; red, green, blue, padding
red:
.byte 0xff, 0x00, 0x00, 0
off:
.byte 0x00, 0x00, 0x00, 0
blue:
.byte 0x00, 0x00, 0xff, 0
green:
@ -43,6 +43,6 @@ yellow:
.byte 0xff, 0xff, 0x00, 0
white:
.byte 0xff, 0xff, 0xff, 0
off:
.byte 0x00, 0x00, 0x00, 0
red:
.byte 0xff, 0x00, 0x00, 0