summaryrefslogtreecommitdiff
path: root/constants.asm
diff options
context:
space:
mode:
Diffstat (limited to 'constants.asm')
-rw-r--r--constants.asm4
1 files changed, 4 insertions, 0 deletions
diff --git a/constants.asm b/constants.asm
index 2aafb6c0..520aa073 100644
--- a/constants.asm
+++ b/constants.asm
@@ -1,3 +1,7 @@
+RED EQU 1
+BLUE EQU 0
+GREEN EQU 0
+
FuncCoord: MACRO
Coord = $C3A0 + 20 * \2 + \1
ENDM