We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f2c87d commit 8865426Copy full SHA for 8865426
src/lua.rs
@@ -418,7 +418,7 @@ unsafe fn set_parry_button_shield_text(ctx: &skyline::hooks::InlineCtx) {
418
}
419
420
421
-#[skyline::hook(offset = 0x1d33b80, inline)]
+#[skyline::hook(offset = 0x1d33c80, inline)]
422
unsafe fn set_parry_button_taunt_text(ctx: &skyline::hooks::InlineCtx) {
423
let sp = (ctx as *const _ as *const u8).add(0x100);
424
let ptr = *(sp.add(0xa8) as *const u64);
0 commit comments