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

Function setScreenFunc

arm9/source/console.cpp:220–223  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

218}
219
220void setScreenFunc(int value) {
221 gameScreen = value;
222 updateScreens();
223}
224
225void setSingleScreenFunc(int value) {
226 if (value != singleScreenMode) {

Callers

nothing calls this directly

Calls 1

updateScreensFunction · 0.85

Tested by

no test coverage detected