summaryrefslogtreecommitdiff
path: root/home/text.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home/text.asm')
-rw-r--r--home/text.asm3
1 files changed, 0 insertions, 3 deletions
diff --git a/home/text.asm b/home/text.asm
index fcde3679..49dc0e5d 100644
--- a/home/text.asm
+++ b/home/text.asm
@@ -1,9 +1,6 @@
ClearBox::
; Fill a c*b box at hl with blank tiles.
ld a, " "
- ; fallthrough
-
-FillBoxWithByte:: ; unreferenced
ld de, SCREEN_WIDTH
.row
push hl