Skip to content

Commit

Permalink
TGM ACE - Unlock All Gamemodes (#349)
Browse files Browse the repository at this point in the history
patch to unlock all the offline gamemodes even if your save was never connected to the Xbox Live.
  • Loading branch information
Sakimotor authored Nov 16, 2024
1 parent 0e55690 commit ccff300
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions patches/434107D2 - Tetris The Grand Master Ace.patch.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
title_name = "Tetris Grand Master: Ace" # TGM ACE
title_id = "434107D2" # CA-2002
hash = "9F75DE962AF29E38" # default.xex
#media_id = "00000000" # Digital Game

[[patch]]
name = "Force Unlock"
desc = "Unlocks all of the Offline gamemodes."
author = "Sakimotor"
is_enabled = false

[[patch.be32]]
address = 0x8208cea0
value = 0x38600001
[[patch.be32]]
address = 0x8208cea4
value = 0x4e800020
[[patch.be32]]
address = 0x8208cea8
value = 0x00000000
[[patch.be32]]
address = 0x8208ceac
value = 0x00000000
[[patch.be32]]
address = 0x8208ceb0
value = 0x00000000

0 comments on commit ccff300

Please sign in to comment.