summaryrefslogtreecommitdiff
path: root/source/bank_69.asm
diff options
context:
space:
mode:
authormid-kid <esteve.varela@gmail.com>2020-09-10 23:47:11 +0200
committermid-kid <esteve.varela@gmail.com>2020-09-10 23:47:11 +0200
commitacf910ba7cc321c0d57a928e4cbba599b837b8b8 (patch)
treee0870f419c95fe5b8582dc92ccd1e105856980c7 /source/bank_69.asm
parent6a48df93672e8771e893be040f87178d0607d3ef (diff)
Document char printing routine
Diffstat (limited to 'source/bank_69.asm')
-rw-r--r--source/bank_69.asm4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/bank_69.asm b/source/bank_69.asm
new file mode 100644
index 0000000..ccd64a6
--- /dev/null
+++ b/source/bank_69.asm
@@ -0,0 +1,4 @@
+SECTION "gfx_textbox_border", ROMX[$6000], BANK[$69]
+gfx_textbox_border::
+INCBIN "gfx/textbox_border.bin"
+.end::