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

Function resetFunc

arm9/source/console.cpp:194–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

192 unmuteSND();
193}
194void resetFunc(int value) {
195 closeMenu();
196 updateScreens();
197 initializeGameboy();
198}
199void returnFunc(int value) {
200 closeMenu();
201 updateScreens();

Callers

nothing calls this directly

Calls 3

closeMenuFunction · 0.85
updateScreensFunction · 0.85
initializeGameboyFunction · 0.85

Tested by

no test coverage detected