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

Function printerEnableFunc

arm9/source/console.cpp:131–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129}
130
131void printerEnableFunc(int value) {
132 if (value) {
133 setMenuOption("Wireless Link", 0);
134 initGbPrinter();
135 }
136 printerEnabled = value;
137}
138
139void cheatFunc(int value) {
140 if (!startCheatMenu())

Callers

nothing calls this directly

Calls 2

setMenuOptionFunction · 0.85
initGbPrinterFunction · 0.85

Tested by

no test coverage detected