summaryrefslogtreecommitdiff
path: root/macros/pic.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2015-05-18 02:23:17 -0700
committeryenatch <yenatch@gmail.com>2015-05-18 02:23:17 -0700
commitfc8bf4b9e94f09da6e63a7f532fc9f0aeb835aad (patch)
tree4b5ecc4047b5bddc38522ed85405437855a64f58 /macros/pic.asm
parent93a589795fba20dfc92ddac774650f73922334df (diff)
parent636b336a509db4e38be2319289f53637b4e90d48 (diff)
Merge branch 'gfx-tweaks'
Diffstat (limited to 'macros/pic.asm')
-rw-r--r--macros/pic.asm4
1 files changed, 4 insertions, 0 deletions
diff --git a/macros/pic.asm b/macros/pic.asm
new file mode 100644
index 000000000..a01ce7a31
--- /dev/null
+++ b/macros/pic.asm
@@ -0,0 +1,4 @@
+add_pic: MACRO
+ db BANK(\1) - $36
+ dw \1
+ENDM