adjust color offsets
This commit is contained in:
parent
42c06f0da4
commit
86fb74bd49
8
colors.S
8
colors.S
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user