summaryrefslogtreecommitdiff
path: root/macros/pic.asm
diff options
context:
space:
mode:
authorentrpntr <entrpntr@gmail.com>2020-05-12 13:10:01 -0400
committerentrpntr <entrpntr@gmail.com>2020-05-12 13:31:27 -0400
commit3e40a1ecd0dc81d1d5be5f1adda1fbbe14b67d83 (patch)
treef16febfeb0c404b6fd1c0e630d26da14eaf07a71 /macros/pic.asm
parentdac57cee381b68350ef50317619334892c140945 (diff)
Simple cleanups in constants/data/macros and banks 1-4.
Diffstat (limited to 'macros/pic.asm')
-rw-r--r--macros/pic.asm4
1 files changed, 0 insertions, 4 deletions
diff --git a/macros/pic.asm b/macros/pic.asm
deleted file mode 100644
index a01ce7a3..00000000
--- a/macros/pic.asm
+++ /dev/null
@@ -1,4 +0,0 @@
-add_pic: MACRO
- db BANK(\1) - $36
- dw \1
-ENDM