summaryrefslogtreecommitdiff
path: root/macros.asm
diff options
context:
space:
mode:
Diffstat (limited to 'macros.asm')
-rw-r--r--macros.asm3
1 files changed, 3 insertions, 0 deletions
diff --git a/macros.asm b/macros.asm
index dd7d6cf9..86181551 100644
--- a/macros.asm
+++ b/macros.asm
@@ -24,6 +24,9 @@ const: MACRO
const_value = const_value + 1
ENDM
+dr: MACRO
+INCBIN "baserom.gbc",\1,\2 - \1
+ENDM
homecall_jump: MACRO
ld a, [H_LOADEDROMBANK]