Skip to content

Commit 376098e

Browse files
committed
a
1 parent a69237a commit 376098e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/online.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ where
7575
);
7676
}
7777

78-
#[skyline::hook(offset = 0x1887700, inline)]
78+
#[skyline::hook(offset = 0x18881d0, inline)]
7979
unsafe fn update_room_hook(_: &skyline::hooks::InlineCtx) {
8080
static mut CURRENT_COUNTER: usize = 0;
8181
if ninput::any::is_press(ninput::Buttons::RIGHT) {

0 commit comments

Comments
 (0)