Skip to content

Commit

Permalink
Merge pull request #2273 from HDR-Development/offsets-again
Browse files Browse the repository at this point in the history
Fixed Offsets Again
  • Loading branch information
WuBoytH authored Feb 19, 2024
2 parents a69237a + 376098e commit 41064e4
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 41064e4

Please sign in to comment.