Local labels starting with capital letters are now decorated with a trailing colon; remove trailing whitespace; globally correct line endings to UNIX style
This commit is contained in:
@@ -18,7 +18,7 @@ Predef:: ; 2d83
|
||||
|
||||
ld hl, .Return
|
||||
push hl
|
||||
|
||||
|
||||
; Call the Predef function
|
||||
ld a, [PredefAddress]
|
||||
ld h, a
|
||||
@@ -33,7 +33,7 @@ Predef:: ; 2d83
|
||||
ld l, a
|
||||
ret
|
||||
|
||||
.Return
|
||||
.Return:
|
||||
; Clean up after the Predef call
|
||||
|
||||
ld a, h
|
||||
|
Reference in New Issue
Block a user