MCPcopy Create free account
hub / github.com/Stewmath/GameYob / getPrintConsole

Function getPrintConsole

arm9/source/console.cpp:909–911  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

907}
908
909PrintConsole* getPrintConsole() {
910 return printConsole;
911}
912
913void consoleSetPosColor(int x, int y, int color) {
914 u16* map = BG_MAP_RAM_SUB(22);

Callers 3

gbsRedrawFunction · 0.85
redrawMenuFunction · 0.85
iprintfColoredFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected