diff options
author | xCrystal <rgr.crystal@gmail.com> | 2018-08-13 14:54:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-13 14:54:31 +0200 |
commit | f5330d15daed2d77ff48360554a36162843fe199 (patch) | |
tree | f8142591ea01c720be6d6b979b2fadb84e3018f0 /src/constants/text_constants.asm | |
parent | 783f5fe610c69006742b4976ab4f183f39512d89 (diff) | |
parent | 3581a4baed71f596eedb9c234b910f1d6a7736be (diff) |
Merge pull request #48 from xCrystal/master
More home and bank1 progress
Diffstat (limited to 'src/constants/text_constants.asm')
-rw-r--r-- | src/constants/text_constants.asm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/constants/text_constants.asm b/src/constants/text_constants.asm index 3a50b59..97c8313 100644 --- a/src/constants/text_constants.asm +++ b/src/constants/text_constants.asm @@ -14,6 +14,8 @@ TX_CTRL_START EQU $05 ; usage: TX_SYMBOL, char1, TX_SYMBOL, char2, ... ; source: gfx/fonts/symbols.2bpp +; note: precede each symbol with TX_SYMBOL only when it's going to be processed as text. +; if copying directly to VRAM, don't precede symbols with TX_SYMBOL as they are just tile numbers. TX_SYMBOL EQU $05 ; usage: TX_HALFWIDTH, char1, char2, ... |