summaryrefslogtreecommitdiff
path: root/macros.asm
diff options
context:
space:
mode:
Diffstat (limited to 'macros.asm')
-rwxr-xr-xmacros.asm4
1 files changed, 0 insertions, 4 deletions
diff --git a/macros.asm b/macros.asm
index 246e003..d737152 100755
--- a/macros.asm
+++ b/macros.asm
@@ -42,10 +42,6 @@ dn: MACRO
endr
ENDM
-dr: MACRO
-INCBIN "baserom.gbc", \1, \2 - \1
- ENDM
-
dx: MACRO
x = 8 * ((\1) - 1)
rept \1