summaryrefslogtreecommitdiff
path: root/misc/gbc_only.asm
diff options
context:
space:
mode:
authorpikalaxalt <PikalaxALT@gmail.com>2016-04-10 14:42:14 -0400
committerpikalaxalt <PikalaxALT@gmail.com>2016-04-10 14:42:14 -0400
commitbf73772a560ddfdf0b404ba3f85eb26542031b7b (patch)
treeee3cbc2fb2be1b2353ebd4c9887de2d69a91d2f2 /misc/gbc_only.asm
parent46ead9b8498fe7191735bd99f667dd1f9147f969 (diff)
Local labels starting with capital letters are now decorated with a trailing colon; remove trailing whitespace; globally correct line endings to UNIX style
Diffstat (limited to 'misc/gbc_only.asm')
-rw-r--r--misc/gbc_only.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/gbc_only.asm b/misc/gbc_only.asm
index 2349bb687..cae976a1c 100644
--- a/misc/gbc_only.asm
+++ b/misc/gbc_only.asm
@@ -96,7 +96,7 @@ DrawGBCOnlyBorder: ; 4eaea
ret
; 4eb15
-.FillRow ; 4eb15
+.FillRow: ; 4eb15
ld c, SCREEN_WIDTH - 2
.next_column
ld [hli], a
@@ -105,7 +105,7 @@ DrawGBCOnlyBorder: ; 4eaea
ret
; 4eb1c
-.FillColumn ; 4eb1c
+.FillColumn: ; 4eb1c
ld de, SCREEN_WIDTH
ld c, SCREEN_HEIGHT - 2
.next_row