LoginLogin
Nintendo shutting down 3DS + Wii U online services, see our post

TSCREEN

Root / Documentation / [.]

Created:
Set/get the size and character type of a text screen. * Syntax ```sbsyntax TSCREEN charSize% {, displaySize% } TSCREEN screenID%, charSize%, width%, height% TSCREEN screenID%, charSize%, displaySize% {, width%, height% } TSCREEN { screenID% } OUT charSize%, displaySize%, width%, height% ``` |* Argument | Description | |`screenId%`| 0 - 4; optional, defaults to 4 | |`charSize%`| The size of the characters on the graphics page can be _any multiple of 8_ between 8 and 64. Text is only displayed for sizes 8 and 16 | |`displaySize%`| The size that tiles are displayed at Can be _any integer_ between 8 and 64. Tiles will be scaled if this is different than `charSize%` (similar to `TSCALE`) | |`width%`|#rs=2 The size of the layer, in characters | | `height%` | * Examples ```sb4 someone finish this aaaa ```

No posts yet (will you be the first?)