remove dangling spaces

This commit is contained in:
mrdudz
2022-04-17 16:06:22 +02:00
parent 3c1641e3e3
commit f8f901b05e
212 changed files with 432 additions and 432 deletions

View File

@@ -3,13 +3,13 @@
;*
.export screensize
.include "creativision.inc"
.proc screensize
ldx #SCREEN_COLS
ldy #SCREEN_ROWS
rts
.endproc

View File

@@ -2,7 +2,7 @@
boxchars:
; Vertical Line
.byte $18
.byte $18
.byte $18
.byte $18
.byte $18
@@ -29,7 +29,7 @@ boxchars:
.byte $18
.byte $18
.byte $18
.byte $18
.byte $18
; Top Right
.byte $00
@@ -39,7 +39,7 @@ boxchars:
.byte $18
.byte $18
.byte $18
.byte $18
.byte $18
; Bottom Left
.byte $18
@@ -49,7 +49,7 @@ boxchars:
.byte $00
.byte $00
.byte $00
.byte $00
.byte $00
; Bottom Right
.byte $18
@@ -59,4 +59,4 @@ boxchars:
.byte $00
.byte $00
.byte $00
.byte $00
.byte $00