MCPcopy 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
677void displaySubMenu(void (*updateFunc)()) {
678 subMenuUpdateFunc = updateFunc;
679}
680void closeSubMenu() {
681 subMenuUpdateFunc = NULL;
682 doAtVBlank(redrawMenu);

Callers 4

startKeyConfigChooserFunction · 0.85
startCheatMenuFunction · 0.85
romInfoFuncFunction · 0.85
versionInfoFuncFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected