summaryrefslogtreecommitdiff
path: root/macros.asm
diff options
context:
space:
mode:
Diffstat (limited to 'macros.asm')
-rw-r--r--macros.asm14
1 files changed, 1 insertions, 13 deletions
diff --git a/macros.asm b/macros.asm
index e366ad498..60cc07a23 100644
--- a/macros.asm
+++ b/macros.asm
@@ -162,16 +162,4 @@ ln: MACRO
endc
ENDM
-dwtile: MACRO
- dw (\1 << 4) + \2
- if _NARG > 2
- rept _NARG + -2
- dw \3
- shift
- endr
- endc
-ENDM
-
-ldtile: MACRO
- ld \1, (\2 << 4) + \3
-ENDM
+tile EQUS "+ $10 *"