Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Stewmath/GameYob
/ resetFunc
Function
resetFunc
arm9/source/console.cpp:194–198 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
192
unmuteSND();
193
}
194
void resetFunc(int value) {
195
closeMenu();
196
updateScreens();
197
initializeGameboy();
198
}
199
void returnFunc(int value) {
200
closeMenu();
201
updateScreens();
Callers
nothing calls this directly
Calls
3
closeMenu
Function · 0.85
updateScreens
Function · 0.85
initializeGameboy
Function · 0.85
Tested by
no test coverage detected