MCPcopy Create free account
hub / github.com/Stewmath/GameYob / versionInfoFunc

Function versionInfoFunc

arm9/source/console.cpp:293–296  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

291 printRomInfo();
292}
293void versionInfoFunc(int value) {
294 displaySubMenu(subMenuGenericUpdateFunc);
295 printVersionInfo();
296}
297
298void setChanEnabled(int chan, int value) {
299 if (value == 0)

Callers

nothing calls this directly

Calls 2

displaySubMenuFunction · 0.85
printVersionInfoFunction · 0.85

Tested by

no test coverage detected