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

Function closeSubMenu

arm9/source/console.cpp:680–683  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

678 subMenuUpdateFunc = updateFunc;
679}
680void closeSubMenu() {
681 subMenuUpdateFunc = NULL;
682 doAtVBlank(redrawMenu);
683}
684
685
686int getMenuOption(const char* optionName) {

Callers 3

updateKeyConfigChooserFunction · 0.85
updateCheatMenuFunction · 0.85
subMenuGenericUpdateFuncFunction · 0.85

Calls 1

doAtVBlankFunction · 0.85

Tested by

no test coverage detected