Skip to content

Commit

Permalink
Really wish people would test our software before we release
Browse files Browse the repository at this point in the history
  • Loading branch information
vyuuui committed Jul 6, 2022
1 parent 65359e1 commit a31962e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/Core/PrimeHack/Mods/FpsControls.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1663,7 +1663,7 @@ void FpsControls::init_mod_mp1_gc_r2() {
// Grapple point yaw fix
add_code_change(0x8017a970, 0x7fa3eb78);
add_code_change(0x8017a974, 0x3881006c);
add_code_change(0x8017a978, 0x4bed885c);
add_code_change(0x8017a978, 0x4bed885d);

// Show crosshair but don't consider pressing R button
add_code_change(0x800171c4, 0x3b000001, "show_crosshair"); // li r24, 1
Expand Down

0 comments on commit a31962e

Please sign in to comment.