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

Function stateDeleteFunc

arm9/source/console.cpp:186–193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184 }
185}
186void stateDeleteFunc(int value) {
187 muteSND();
188 deleteState(stateNum);
189 // Will grey out the other state options
190 stateSelectFunc(stateNum);
191 if (!isGameboyPaused())
192 unmuteSND();
193}
194void resetFunc(int value) {
195 closeMenu();
196 updateScreens();

Callers

nothing calls this directly

Calls 5

muteSNDFunction · 0.85
deleteStateFunction · 0.85
stateSelectFuncFunction · 0.85
isGameboyPausedFunction · 0.85
unmuteSNDFunction · 0.85

Tested by

no test coverage detected