diff options
author | xCrystal <rgr.crystal@gmail.com> | 2018-07-10 23:14:39 +0200 |
---|---|---|
committer | xCrystal <rgr.crystal@gmail.com> | 2018-07-10 23:14:39 +0200 |
commit | 1cb35e7d97933f146ad9ab7966bb496536aa3d93 (patch) | |
tree | db984b49773cc45106335a47e3344bb07c78afcf /src/hram.asm | |
parent | 1ef94a8af1a7232bf6e54911b16e0dd63c4f602f (diff) |
More text engine
TODO: update charmaps and text/
Diffstat (limited to 'src/hram.asm')
-rw-r--r-- | src/hram.asm | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/hram.asm b/src/hram.asm index 2bf432f..aac2753 100644 --- a/src/hram.asm +++ b/src/hram.asm @@ -108,7 +108,12 @@ hTextHorizontalAlign:: ; ffad hTextLineLength:: ; ffae ds $1 -hffaf:: ; ffaf +; when printing text and no leading control character is specified, whether characters $10 to $60 +; map to the first 50 tiles of the full width font graphics as characters $0 to $50 +; (TX_FULLWIDTH6 mode), or map to the first 256-tile font located right after (TX_FULLWIDTH5 mode). +; the TX_FULLWIDTH5 and TX_FULLWIDTH6 control characters are used to set this address to said value. +; only these two values are admitted, as any other is interpreted as TX_FULLWIDTH5. +hDefaultFont:: ; ffaf ds $1 hffb0:: ; ffb0 |