Skip to content

Commit 61efd2d

Browse files
authored
Utilized a preexisting jp (hl) for _indcallHL_ASM
1 parent a3b2a38 commit 61efd2d

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

CEdev/lib/src/graphics/graphx/graphics_lib.asm

+5-7
Original file line numberDiff line numberDiff line change
@@ -2622,6 +2622,11 @@ _SetTextXY:
26222622
ld (TextYPos_SMC),hl \.r
26232623
push hl ; xpos=don't care, sp=&xpos
26242624
ex de,hl ; hl=return address
2625+
;-------------------------------------------------------------------------------
2626+
_indcallHL_ASM:
2627+
; Calls HL
2628+
; Inputs:
2629+
; HL : Address to call
26252630
jp (hl)
26262631
26272632
;-------------------------------------------------------------------------------
@@ -4368,13 +4373,6 @@ _: rla
43684373
xor a,1
43694374
ret
43704375

4371-
;-------------------------------------------------------------------------------
4372-
_indcallHL_ASM:
4373-
; Calls HL
4374-
; Inputs:
4375-
; HL : Address to call
4376-
jp (hl)
4377-
43784376
;-------------------------------------------------------------------------------
43794377
CharSpacing_ASM:
43804378
.dl DefaultCharSpacing_ASM \.r

0 commit comments

Comments
 (0)