We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07104a4 commit d263d69Copy full SHA for d263d69
src/lua.rs
@@ -238,7 +238,7 @@ unsafe fn hijack_animation_get(ctx: &skyline::hooks::InlineCtx) {
238
static mut SHARED_PTR1: [u64; 2] = [0, 0];
239
static mut SHARED_PTR2: [u64; 2] = [0, 0];
240
241
-#[skyline::hook(offset = 0x1d338cc, inline)]
+#[skyline::hook(offset = 0x1d338c4, inline)]
242
unsafe fn frank_talk_think_tankk(ctx: &mut skyline::hooks::InlineCtx) {
243
if *ctx.registers[22].x.as_ref() == 4 {
244
SHARED_PTR1[0] = 0;
0 commit comments