// HEL Library \\ |
|
Clear the entire custom text background. The hel_CustomTextClear function clears the entire custom text background using the space character.
|
|
Clear a row.
The hel_CustomTextClearRow function clears the row specified by
|
|
Initialize a custom textdraw system.
|
|
Output a string on a tiles mode GBA screen. The hel_CustomTextPrint function outputs a string to the GBA display, it does not support formatting.
|
|
Output a formatted string on a tiles mode GBA screen. The hel_CustomTextPrintFmt function outputs a formatted string to the GBA display.
|
|
Output a string on a tiles mode GBA screen letter by letter. The hel_CustomTextType function outputs a string to the GBA display letter by letter, like a typingmachine.
|