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

Function returnFunc

arm9/source/console.cpp:199–202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

197 initializeGameboy();
198}
199void returnFunc(int value) {
200 closeMenu();
201 updateScreens();
202}
203
204void gameboyModeFunc(int value) {
205 gbcModeOption = value;

Callers

nothing calls this directly

Calls 2

closeMenuFunction · 0.85
updateScreensFunction · 0.85

Tested by

no test coverage detected