Skip to content

Commit d263d69

Browse files
committed
Fix Frank
1 parent 07104a4 commit d263d69

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
@@ -238,7 +238,7 @@ unsafe fn hijack_animation_get(ctx: &skyline::hooks::InlineCtx) {
238238
static mut SHARED_PTR1: [u64; 2] = [0, 0];
239239
static mut SHARED_PTR2: [u64; 2] = [0, 0];
240240

241-
#[skyline::hook(offset = 0x1d338cc, inline)]
241+
#[skyline::hook(offset = 0x1d338c4, inline)]
242242
unsafe fn frank_talk_think_tankk(ctx: &mut skyline::hooks::InlineCtx) {
243243
if *ctx.registers[22].x.as_ref() == 4 {
244244
SHARED_PTR1[0] = 0;

0 commit comments

Comments
 (0)