diff options
-rw-r--r-- | mobile/mobile_5f.asm | 6 |
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 |