From 501ec9b283927a54023c85e8098cc56a32623817 Mon Sep 17 00:00:00 2001 From: Adelaide Walter Date: Wed, 3 Jan 2018 11:57:34 -0500 Subject: [PATCH] Fix macro formatting. --- mobile/mobile_5f.asm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mobile/mobile_5f.asm b/mobile/mobile_5f.asm index 5cec1b827..4d77df916 100644 --- a/mobile/mobile_5f.asm +++ b/mobile/mobile_5f.asm @@ -3042,10 +3042,10 @@ inc_crash_check_pointer_farcall: MACRO push af ld a, $1 ld [rSVBK], a -REPT _NARG +rept _NARG farcall \1 -SHIFT -ENDR + shift +endr pop af ld [rSVBK], a ret