|
Clear the entire custom text background.
|
|
Clear a row.
|
|
Initialize the custom textdraw system.
VERY IMPORTANT: The function-prototype has been changed in HEL v0.9, due to the new introduced PalNo parameter to fix a very bad bug. Sorry :(
|
|
Output a string on a tiles mode GBA screen.
Before you can use this function, you must call hel_CustomTextInit()! This function is faster than hel_CustomTextPrintFmt()
|
|
Output a formatted string on a tiles mode GBA screen.
This function is slower than hel_CustomTextPrint()
|
|
Output a string on a tiles mode GBA screen letter by letter.
This function returns true when the entire text has been typed and the specified "Wait" value has been reached.
|