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

Method initFunc_FadeIn

src/Shiraiwa/SecretScene.cpp:577–582  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

575void SecretScene::update() {}
576
577void SecretScene::initFunc_FadeIn() {
578 SYSTEM_StartFadeIn(15);
579
580 SYSTEM_GetFader()->setColor(JUtility::TColor(0,0,0,0xff));
581 GetGameAudioMain()->startStreamBgm(0x200002c);
582}
583
584#pragma push
585#pragma dont_inline on // currently i don't have any idea on how to prevent this from inlining, so pragma it is

Callers

nothing calls this directly

Calls 3

TColorClass · 0.85
startStreamBgmMethod · 0.80
setColorMethod · 0.45

Tested by

no test coverage detected