mirror of
https://github.com/KarolS/millfork.git
synced 2024-11-03 18:04:46 +00:00
10 lines
181 B
Plaintext
10 lines
181 B
Plaintext
|
const byte black = 0
|
||
|
const byte blue = $d2
|
||
|
const byte red = $64
|
||
|
const byte purple = $86
|
||
|
const byte green = $38
|
||
|
const byte cyan = $9a
|
||
|
const byte yellow = $2c
|
||
|
const byte white = $0e
|
||
|
|