Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Stewmath/GameYob
/ closeMenu
Function
closeMenu
arm9/source/console.cpp:466–471 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
464
doAtVBlank(redrawMenu);
465
}
466
void closeMenu() {
467
menuOn = false;
468
setPrintConsole(menuConsole);
469
consoleClear();
470
unpauseGameboy();
471
}
472
473
bool isMenuOn() {
474
return menuOn;
Callers
8
suspendFunc
Function · 0.85
exitFunc
Function · 0.85
exitNoSaveFunc
Function · 0.85
stateLoadFunc
Function · 0.85
resetFunc
Function · 0.85
returnFunc
Function · 0.85
advanceFrameFunc
Function · 0.85
updateMenu
Function · 0.85
Calls
2
setPrintConsole
Function · 0.85
unpauseGameboy
Function · 0.85
Tested by
no test coverage detected