You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Fix macro formatting.
This commit is contained in:
@@ -3042,10 +3042,10 @@ inc_crash_check_pointer_farcall: MACRO
|
|||||||
push af
|
push af
|
||||||
ld a, $1
|
ld a, $1
|
||||||
ld [rSVBK], a
|
ld [rSVBK], a
|
||||||
REPT _NARG
|
rept _NARG
|
||||||
farcall \1
|
farcall \1
|
||||||
SHIFT
|
shift
|
||||||
ENDR
|
endr
|
||||||
pop af
|
pop af
|
||||||
ld [rSVBK], a
|
ld [rSVBK], a
|
||||||
ret
|
ret
|
||||||
|
Reference in New Issue
Block a user