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

Method move

src/Osako/MapSelectApp.cpp:245–255  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

243}
244
245bool MapSelectApp::Menu::move(Direction direction) {
246 // fabricated return, but size matches this way
247 if (mspSelectedMenu->mSubMenus[direction]) {
248 mspSelectedMenu->mMapType = 1;
249 mspSelectedMenu = mspSelectedMenu->mSubMenus[direction];
250 mspSelectedMenu->mMapType = 2;
251 GetGameAudioMain()->startSystemSe(0x20000);
252 return true;
253 }
254 return false;
255}
256
257void MapSelectApp::Menu::decide() {
258 GetGameAudioMain()->startSystemSe(0x20002);

Callers

nothing calls this directly

Calls 1

startSystemSeMethod · 0.80

Tested by

no test coverage detected