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

Method scrollUp

src/Osako/NameEntryHelper.cpp:252–267  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

250}
251
252void NameEntryHelper::NameEntryDrum::scrollUp() {
253 _64 |= 2;
254 _64 &= ~8;
255
256 if (mScrollDir != 1) {
257 GetGameAudioMain()->startSystemSe(0x20000);
258 mScrollDir = 1;
259 _66 = 1;
260 }
261
262 if (_52[1] == 0) {
263 _52[1] = 1;
264 }
265 _65 |= 2;
266 _65 &= ~8;
267}
268
269void NameEntryHelper::NameEntryDrum::scrollDown() {
270 _64 |= 8;

Callers 1

editMethod · 0.45

Calls 1

startSystemSeMethod · 0.80

Tested by

no test coverage detected