Skip to content

Commit b1770a0

Browse files
committed
Disable Hints Patch
Signed-off-by: Isaac Marovitz <isaacryu@icloud.com>
1 parent 5631287 commit b1770a0

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

MarathonRecomp/patches/misc_patches.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,3 +97,8 @@ void PostureDisableEdgeGrabLeftover(PPCRegister& posture) {
9797
void PedestrianAnimationLOD(PPCRegister& val) {
9898
val.u32 = 0;
9999
}
100+
101+
bool DisableHints()
102+
{
103+
return !Config::Hints;
104+
}

MarathonRecompLib/config/Marathon.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,3 +184,8 @@ jump_address_on_true = 0x8221487C
184184
name = "MidairSnowboardControl3"
185185
address = 0x822145B8
186186
jump_address_on_true = 0x822145BC
187+
188+
[[midasm_hook]]
189+
name = "DisableHints"
190+
address = 0x82487AC4
191+
jump_address_on_true = 0x82487AC8

0 commit comments

Comments
 (0)