Skip to content

Commit 66c27a5

Browse files
committed
Disable MiiClothChanger
1 parent c140a4c commit 66c27a5

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

src/hooks/Cmn/cosmetics_Cmn.cpp

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,18 @@ void InterceptFavoriteColorHat(const RFLiCharModelRes* pCharModel,
226226
}
227227
}
228228

229+
/**
230+
* @brief Disable MiiClothChanger
231+
*/
232+
TRAMPOLINE_DEF(0x801f546c, 0x801f5514){
233+
// clang-format off
234+
TRAMPOLINE_BEGIN
235+
nop
236+
TRAMPOLINE_END
237+
blr
238+
// clang-format on
239+
}
240+
229241
/**
230242
* @brief InterceptFavoriteColorHat trampoline
231243
*/

0 commit comments

Comments
 (0)