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

Method scrollDown

src/Osako/NameEntryHelper.cpp:269–283  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

267}
268
269void NameEntryHelper::NameEntryDrum::scrollDown() {
270 _64 |= 8;
271 _64 &= ~2;
272
273 if (mScrollDir != 2) {
274 GetGameAudioMain()->startSystemSe(0x20000);
275 mScrollDir = 2;
276 }
277
278 if (_52[3] == 0) {
279 _52[3] = 1;
280 }
281 _65 |= 8;
282 _65 &= ~2;
283}
284
285int NameEntryHelper::NameEntryDrum::getUpPattern(int pattern) {
286 if (pattern == 0)

Callers 1

editMethod · 0.45

Calls 1

startSystemSeMethod · 0.80

Tested by

no test coverage detected