Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
680
void closeSubMenu() {
681
subMenuUpdateFunc = NULL;
682
doAtVBlank(redrawMenu);
683
}
684
685
686
int getMenuOption(const char* optionName) {
Callers
3
updateKeyConfigChooser
Function · 0.85
updateCheatMenu
Function · 0.85
subMenuGenericUpdateFunc
Function · 0.85
Calls
1
doAtVBlank
Function · 0.85
Tested by
no test coverage detected