summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdelaide Walter <adelaidekwalter@gmail.com>2018-01-03 11:57:34 -0500
committerAdelaide Walter <adelaidekwalter@gmail.com>2018-01-03 11:57:34 -0500
commit501ec9b283927a54023c85e8098cc56a32623817 (patch)
treeb8148c4beddd765b896a5186dd64d07eeb407676
parenta298cb9990ee6b9256cbb67777bb277b38bd5a27 (diff)
Fix macro formatting.
-rw-r--r--mobile/mobile_5f.asm6
1 files 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