summaryrefslogtreecommitdiff
path: root/macros.asm
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2015-11-18 13:01:55 -0500
committerPikalaxALT <PikalaxALT@gmail.com>2015-11-18 13:01:55 -0500
commit3f4044cd4628c156e975971ce0655d3d51917b87 (patch)
tree28882142ed38749204c6d7a4a1199c0585907ef4 /macros.asm
parent6d47be8d8c02317a963c6ff5266a50a8674d285d (diff)
engine/compose_mail.asm; ldpixel
Diffstat (limited to 'macros.asm')
-rw-r--r--macros.asm10
1 files changed, 10 insertions, 0 deletions
diff --git a/macros.asm b/macros.asm
index 1d23392fa..5129e2960 100644
--- a/macros.asm
+++ b/macros.asm
@@ -211,3 +211,13 @@ endr
ENDM
palettes EQUS "* 8"
+
+ldpixel: MACRO
+if _NARG == 5
+ lb \1, \2 * 8 + \4, \3 * 8 + \5
+else
+ lb \1, \2 * 8, \3 * 8
+endc
+ endm
+
+depixel EQUS "ldpixel de,"