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

Method getChar

src/Osako/NameEntryHelper.cpp:298–307  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

296}
297
298char NameEntryHelper::NameEntryDrum::getChar() {
299 switch (mScrollDir) {
300 case 0: // ?
301 case 1: // Down
302 return convChar(mPattern[0]);
303 case 2: // Up
304 return convChar(mPattern[1]);
305 }
306 return '\0';
307}
308
309void NameEntryHelper::NameEntryDrum::calc() {
310 mTrans->setFrame(_4c);

Callers 1

editMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected