summaryrefslogtreecommitdiff
path: root/macros.asm
diff options
context:
space:
mode:
authorU-Fish-PC\Daniel <corrnondacqb@yahoo.com>2014-04-10 19:49:44 -0400
committerU-Fish-PC\Daniel <corrnondacqb@yahoo.com>2014-04-10 19:49:44 -0400
commit5c04ebe6e097a0de1e28848e18a2bd7503b0a967 (patch)
tree479d127e2bedb1473a0d3f82b936821580943840 /macros.asm
parent53ae490742814394de3ca61c2c0e50e741d98f22 (diff)
initial palette
Diffstat (limited to 'macros.asm')
-rwxr-xr-xmacros.asm3
1 files changed, 3 insertions, 0 deletions
diff --git a/macros.asm b/macros.asm
new file mode 100755
index 0000000..3dd7d89
--- /dev/null
+++ b/macros.asm
@@ -0,0 +1,3 @@
+RGB: MACRO
+ dw (\3 << 10 | \2 << 5 | \1)
+ENDM \ No newline at end of file