summaryrefslogtreecommitdiff
path: root/macros.asm
diff options
context:
space:
mode:
Diffstat (limited to 'macros.asm')
-rw-r--r--macros.asm12
1 files changed, 0 insertions, 12 deletions
diff --git a/macros.asm b/macros.asm
index 1ef09ce7..fec3eb88 100644
--- a/macros.asm
+++ b/macros.asm
@@ -27,18 +27,6 @@ ENDC
ENDC
ENDM
-callba_hc: macro
- ld a, \1
- ld hl, \2
- rst FarCall
-endm
-
-callab_hc: macro
- ld hl, \2
- ld a, \1
- rst FarCall
-endm
-
RGB: MACRO
dw ((\3) << 10) + ((\2) << 5) + (\1)
ENDM