Functions | |
int | nocash_puts (const char *str) |
Output a string to no$gba debugger. | |
EWRAM_CODE void | nocash_message (void) |
Print the current nocash_buffer to the no$gba debugger. | |
Variables | |
EWRAM_DATA char | nocash_buffer [80] |
int nocash_puts | ( | const char * | str | ) |
Output a string to no$gba debugger.
str | Text to print. |
EWRAM_DATA char nocash_buffer[80] |