Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
WuBoytH committed Feb 19, 2024
1 parent a69237a commit 376098e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/online.rs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ where
);
}

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

0 comments on commit 376098e

Please sign in to comment.