Skip to content

Commit

Permalink
Fixed layout.arc
Browse files Browse the repository at this point in the history
  • Loading branch information
GradualSyrup committed Feb 5, 2024
1 parent e6043d3 commit b7a74be
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified src/static/layout.arc
Binary file not shown.
2 changes: 1 addition & 1 deletion src/training/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ pub unsafe fn handle_add_damage(
}

// Control L+R+A Resets
// This function already has a training mode check in it, so we don't need to toggle in training mode for this
// This function already checks for training mode, so we don't need to check for training mode here
#[skyline::hook(offset = *OFFSET_TRAINING_RESET_CHECK, inline)]
unsafe fn lra_handle(ctx: &mut InlineCtx) {
let x8 = ctx.registers[8].x.as_mut();
Expand Down

0 comments on commit b7a74be

Please sign in to comment.