| 265 | } |
| 266 | |
| 267 | void MapSelectApp::Menu::cancel() { |
| 268 | GetGameAudioMain()->startSystemSe(0x20004); |
| 269 | PlayerSelectApp::call(0); |
| 270 | } |
| 271 | |
| 272 | void MapSelectApp::call() { |
| 273 | AppMgr::setNextApp(AppMgr::mcMapSelect); |
nothing calls this directly
no test coverage detected