summaryrefslogtreecommitdiff
path: root/macros.asm
diff options
context:
space:
mode:
Diffstat (limited to 'macros.asm')
-rw-r--r--macros.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/macros.asm b/macros.asm
index 3690e18c..4a97e236 100644
--- a/macros.asm
+++ b/macros.asm
@@ -25,7 +25,7 @@ const_value = const_value + 1
ENDM
-homecall: MACRO
+homecall_jump: MACRO
ld a, [H_LOADEDROMBANK]
push af
ld a, BANK(\1)