From 026d17d42ba271d384f9e5d5ca2287cf0d1bc8b2 Mon Sep 17 00:00:00 2001 From: dannye <33dannye@gmail.com> Date: Thu, 31 May 2018 13:43:22 -0500 Subject: Add super palette data --- macros/data.asm | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'macros') diff --git a/macros/data.asm b/macros/data.asm index 241e52a..aa7233d 100644 --- a/macros/data.asm +++ b/macros/data.asm @@ -127,3 +127,7 @@ rept \1 x = x + DIV(32768, \1) ; a circle has 65536 "degrees" endr ENDM + +RGB: MACRO + dw (\3 << 10 | \2 << 5 | \1) +ENDM -- cgit v1.2.3