summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2018-06-05 22:44:24 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2018-06-05 22:44:24 -0400
commit89a88d481213454d322b339c4b3f13fd42eb6adc (patch)
tree9c943cb1a95a4831ee8406f0fa1a1e42c37ffcd2 /home
parenta49da30c57967e01096db3258fadf1933d2459f8 (diff)
Rename home/text.asm section
Diffstat (limited to 'home')
-rw-r--r--home/text.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/text.asm b/home/text.asm
index b3ed0b3..3fb2cc3 100644
--- a/home/text.asm
+++ b/home/text.asm
@@ -1,6 +1,6 @@
INCLUDE "constants.asm"
-SECTION "Clear Box", ROM0[$0e18]
+SECTION "Text Printing Functions", ROM0[$0e18]
ClearBox:: ; 00:0e18
; Fill a c*b box at hl with blank tiles.