Skip to content

Commit

Permalink
Unlock all cheats patch for SR1
Browse files Browse the repository at this point in the history
  • Loading branch information
Clippy95 committed Dec 7, 2024
1 parent 122a057 commit a2e40bf
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions patches/545107D1 - Saints Row (TU1).patch.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,25 @@ hash = [
address = 0x835f4c3e
value = 0x01

[[patch]]
name = "Unlock All Cheats"
desc = "Replaces Chicken Ned phone number with 1337, and unlocks all cheats when calling him."
author = "Clippy95"
is_enabled = false

[[patch.array]]
address = 0x82063d70
value = "0x31333337000000" # 1337
[[patch.be32]]
address = 0x822e6ab0
value = 0x3c608204 # lis r3, 0x8204
[[patch.be32]]
address = 0x822e6ab4
value = 0x6063e528 # addi r3, r3, 0xE528 "cheats_unlock_all"
[[patch.be32]]
address = 0x822e6ab8
value = 0x48356058 # call console command

[[patch]]
name = "Aspect Ratio"
desc = "To get proper Aspect Ratio FOV = Default * (Width/Height) / (16/9)"
Expand Down

0 comments on commit a2e40bf

Please sign in to comment.