]> git.lizzy.rs Git - nyax.git/blobdiff - colors.asm
Page calculation
[nyax.git] / colors.asm
diff --git a/colors.asm b/colors.asm
deleted file mode 100644 (file)
index a53efff..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-%define COLOR_BLACK 0
-%define COLOR_BLUE 1
-%define COLOR_GREEN 2
-%define COLOR_CYAN 3
-%define COLOR_RED 4
-%define COLOR_MAGENTA 5
-%define COLOR_BROWN 6
-%define COLOR_LIGHT_GREY 7
-%define COLOR_DARK_GREY 8
-%define COLOR_LIGHT_BLUE 9
-%define COLOR_LIGHT_GREEN 10
-%define COLOR_LIGHT_CYAN 11
-%define COLOR_LIGHT_RED 12
-%define COLOR_LIGHT_MAGENTA 13
-%define COLOR_LIGHT_BROWN 14
-%define COLOR_WHITE 15