Skip to content

Commit 8865426

Browse files
committed
ugh.
1 parent 4f2c87d commit 8865426

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lua.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ unsafe fn set_parry_button_shield_text(ctx: &skyline::hooks::InlineCtx) {
418418
}
419419
}
420420

421-
#[skyline::hook(offset = 0x1d33b80, inline)]
421+
#[skyline::hook(offset = 0x1d33c80, inline)]
422422
unsafe fn set_parry_button_taunt_text(ctx: &skyline::hooks::InlineCtx) {
423423
let sp = (ctx as *const _ as *const u8).add(0x100);
424424
let ptr = *(sp.add(0xa8) as *const u64);

0 commit comments

Comments
 (0)