summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--macros.asm4
1 files changed, 0 insertions, 4 deletions
diff --git a/macros.asm b/macros.asm
index b0c38140..d74a7aa7 100644
--- a/macros.asm
+++ b/macros.asm
@@ -44,10 +44,6 @@ const: MACRO
const_value = const_value + 1
ENDM
-dr: MACRO
-INCBIN "baserom.gbc",\1,\2 - \1
-ENDM
-
homecall_jump: MACRO
ld a, [H_LOADEDROMBANK]
push af