|
libtonc
|
Macros | |
| #define | NOCASH_BUF_SIZE 81 |
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 [NOCASH_BUF_SIZE] |
The non-freeware versions of no$gba have window to which you can output messages for debugging purposes. These functions allow you to work with that.
| int nocash_puts | ( | const char * | str | ) |
Output a string to no$gba debugger.
| str | Text to print. |