Skip to content

Commit 32cae3a

Browse files
authored
feat: SkipIntroLogos patch (#128)
1 parent ec1bef5 commit 32cae3a

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

MarathonRecomp/patches/misc_patches.cpp

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,3 +102,12 @@ bool DisableHints()
102102
{
103103
return !Config::Hints;
104104
}
105+
106+
PPC_FUNC_IMPL(__imp__sub_824A6EA8);
107+
PPC_FUNC(sub_824A6EA8)
108+
{
109+
if (Config::SkipIntroLogos && ctx.r4.u32 == 1)
110+
ctx.r4.u32 = 4;
111+
112+
__imp__sub_824A6EA8(ctx, base);
113+
}

0 commit comments

Comments
 (0)