mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2025-04-28 21:37:58 +03:00
Moved Eggmanland loading transition fix to a code (#401)
This commit is contained in:
parent
414ccb3637
commit
c8feff3f8d
2 changed files with 12 additions and 8 deletions
|
@ -27,6 +27,8 @@ PPC_FUNC(sub_824DCF38)
|
|||
ctx.r4.u32 = SWA::eLoadingDisplayType_Arrows;
|
||||
}
|
||||
|
||||
if (Config::FixEggmanlandUsingEventGalleryTransition)
|
||||
{
|
||||
if (auto pGameDocument = SWA::CGameDocument::GetInstance())
|
||||
{
|
||||
auto stageName = pGameDocument->m_pMember->m_StageName.c_str();
|
||||
|
@ -39,6 +41,7 @@ PPC_FUNC(sub_824DCF38)
|
|||
ctx.r4.u32 = SWA::eLoadingDisplayType_NowLoading;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
__imp__sub_824DCF38(ctx, base);
|
||||
}
|
||||
|
|
|
@ -79,6 +79,7 @@ CONFIG_DEFINE_HIDDEN("Codes", bool, AllowCancellingUnleash, false);
|
|||
CONFIG_DEFINE_HIDDEN("Codes", bool, DisableAutoSaveWarning, false);
|
||||
CONFIG_DEFINE_HIDDEN("Codes", bool, DisableDLCIcon, false);
|
||||
CONFIG_DEFINE_HIDDEN("Codes", bool, DisableDWMRoundedCorners, false);
|
||||
CONFIG_DEFINE_HIDDEN("Codes", bool, FixEggmanlandUsingEventGalleryTransition, false);
|
||||
CONFIG_DEFINE_HIDDEN("Codes", bool, FixUnleashOutOfControlDrain, false);
|
||||
CONFIG_DEFINE_HIDDEN("Codes", bool, HomingAttackOnJump, false);
|
||||
CONFIG_DEFINE_HIDDEN("Codes", bool, HUDToggleKey, false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue