The Socrates Gameboy Advance Development Engine
The SGADE is a development library for the Nintendo Gameboy
Advance. It's free for all uses and is distributed without guarantees.
For more information visit
the SGADE page.
Files | |||
| file | SoBkgConsole.c | ||
| file | SoBkgConsole.h | ||
Functions | |||
| void | SoBkgConsoleInit (u16 a_Bkg) | ||
| Initializes the SoBkgConsole for use. | |||
| void | SoBkgConsolePrint (const char *a_String) | ||
| Writes a string to the console. | |||
| void | SoBkgConsolePrintf (const char *a_Format,...) | ||
Writes a formatted string to the console
| |||
This special-purpose module provides a debug display window.
|
|
Initializes the SoBkgConsole for use.
|
|
|
Writes a string to the console.
|