![]() | ![]() ![]() |
| Home · Downloads · Your Account · Submit News |
|
Documentation Homepage HAMLib reference Back to HAM Homepage |
|
#include "mygba.h"
Functions | |
| void | ham_VBAText (char *fmt,...) |
| Output formatted string on VBA debug console | |
| void | ham_DrawText (u8 x, u8 y, char *fmt,...) |
| Output formatted string on a tiles mode GBA screen | |
| void | ham_InitText (u8 bgno) |
| Initialize the HAM DrawText system | |
| void | ham_SetTextCol (u8 front_col, u8 back_col) |
| Set the foreground and background color numbers for the DrawText system | |
| void | ham_DeInitText (void) |
| De-Initialize the DrawText system | |