diff options
author | mid-kid <esteve.varela@gmail.com> | 2020-09-10 23:47:11 +0200 |
---|---|---|
committer | mid-kid <esteve.varela@gmail.com> | 2020-09-10 23:47:11 +0200 |
commit | acf910ba7cc321c0d57a928e4cbba599b837b8b8 (patch) | |
tree | e0870f419c95fe5b8582dc92ccd1e105856980c7 /source/bank_6f.asm | |
parent | 6a48df93672e8771e893be040f87178d0607d3ef (diff) |
Document char printing routine
Diffstat (limited to 'source/bank_6f.asm')
-rw-r--r-- | source/bank_6f.asm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source/bank_6f.asm b/source/bank_6f.asm new file mode 100644 index 0000000..d72f8d7 --- /dev/null +++ b/source/bank_6f.asm @@ -0,0 +1,4 @@ +SECTION "gfx_text_chars", ROMX[$4000], BANK[$6f] +gfx_text_chars:: +INCBIN "gfx/text_chars.bin" +.end:: |