TTX69 (Docked)TT67 (Docked) Name: TT69 [Show more] Type: Subroutine Category: Text Summary: Set Sentence Case and print a newline Context: See this subroutine in context in the source code References: This subroutine is called as follows: * sell_jump calls TT69 * TT210 calls TT69 .TT69 LDA #%10000000 \ Set bit 7 of QQ17 to switch to Sentence Case STA QQ17 \ Fall through into TT67 to print a newline [X]Variable QQ17 in workspace ZPContains a number of flags that affect how text tokens are printed, particularly capitalisation TTX69 (Docked)TT67 (Docked)