summaryrefslogtreecommitdiff
path: root/misc/gbc_only.asm
diff options
context:
space:
mode:
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