summaryrefslogtreecommitdiff
path: root/src/constants
diff options
context:
space:
mode:
authorxCrystal <rgr.crystal@gmail.com>2018-08-05 13:18:26 +0200
committerxCrystal <rgr.crystal@gmail.com>2018-08-05 13:18:26 +0200
commit3581a4baed71f596eedb9c234b910f1d6a7736be (patch)
treef8142591ea01c720be6d6b979b2fadb84e3018f0 /src/constants
parent5e4d9ba07e77916010e4d2607a85fec832c351e0 (diff)
function name correction
Diffstat (limited to 'src/constants')
-rw-r--r--src/constants/text_constants.asm2
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, ...