Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Stewmath/GameYob
/ displaySubMenu
Function
displaySubMenu
arm9/source/console.cpp:677–679 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
675
}
676
677
void displaySubMenu(void (*updateFunc)()) {
678
subMenuUpdateFunc = updateFunc;
679
}
680
void closeSubMenu() {
681
subMenuUpdateFunc = NULL;
682
doAtVBlank(redrawMenu);
Callers
4
startKeyConfigChooser
Function · 0.85
startCheatMenu
Function · 0.85
romInfoFunc
Function · 0.85
versionInfoFunc
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected