MCPcopy Create free account
hub / github.com/doldecomp/mkdd / titleMenu

Method titleMenu

src/Osako/NetGateApp.cpp:95–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93}
94
95void NetGateApp::titleMenu() {
96 switch (mpTitle->calc()) {
97 case 1:
98 mState = 5;
99 mMenuType = 3;
100 mpEntry->start();
101 break;
102 case 2:
103 mState = 3;
104 mMenuType = 1;
105 mpSelectMode->start(true);
106 break;
107 case 3:
108 mState = 8;
109 mpPrintMc->setStuff(0, 0, 0);
110 mpPrintMc->init(PrintMemoryCard::mcNoSpaceContinue);
111 break;
112 }
113}
114
115void NetGateApp::waitEntry() {
116 switch (mpEntry->calc()) {

Callers

nothing calls this directly

Calls 4

setStuffMethod · 0.80
calcMethod · 0.45
startMethod · 0.45
initMethod · 0.45

Tested by

no test coverage detected