diff options
Diffstat (limited to 'src/constants/text_constants.asm')
-rw-r--r-- | src/constants/text_constants.asm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/constants/text_constants.asm b/src/constants/text_constants.asm index ed0938b..434a93a 100644 --- a/src/constants/text_constants.asm +++ b/src/constants/text_constants.asm @@ -22,7 +22,8 @@ TX_RAM3 EQU $0c ; usage: TX_FULLWIDTH*, char1, char2, ... ; db char1, char2, ... defaults to the value at hDefaultFont, unless -; wFontWidth was set to HALF_WIDTH by TX_HALFWIDTH (it is FULL_WIDTH by default) +; wFontWidth was set to HALF_WIDTH by TX_HALFWIDTH (it is FULL_WIDTH by default). +; hDefaultFont is TX_FULLWIDTH6 by default. TX_FULLWIDTH5 EQU $0e ; sets hDefaultFont to TX_FULLWIDTH5 TX_FULLWIDTH6 EQU $0f ; sets hDefaultFont to TX_FULLWIDTH6 |