mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2025-01-10 11:47:34 -03:00
Add Splatoon No HUD
Based off of Xalpheno's UW hack
This commit is contained in:
parent
2c47597e91
commit
a8b767a6f7
2 changed files with 25 additions and 0 deletions
21
Modifications/Splatoon_!NoHUD/patches.txt
Normal file
21
Modifications/Splatoon_!NoHUD/patches.txt
Normal file
|
@ -0,0 +1,21 @@
|
|||
[SplatoonV272uw]
|
||||
moduleMatches = 0xF7A78809
|
||||
|
||||
#rodata constants
|
||||
|
||||
_zeroAddr = 0x02000000
|
||||
|
||||
#patches
|
||||
|
||||
0x028B1910 = lis r29, _zeroAddr@ha ;hud
|
||||
0x028B1914 = lfs f13, _zeroAddr@l(r29) ;hud
|
||||
|
||||
[SplatoonV0uw]
|
||||
moduleMatches = 0x08ED6677
|
||||
|
||||
_zeroAddr = 0x02000000
|
||||
|
||||
#patches
|
||||
|
||||
0x027E6400 = lis r29, _zeroAddr@ha ;hud
|
||||
0x027E6404 = lfs f13, _zeroAddr@l(r29) ;hud
|
4
Modifications/Splatoon_!NoHUD/rules.txt
Normal file
4
Modifications/Splatoon_!NoHUD/rules.txt
Normal file
|
@ -0,0 +1,4 @@
|
|||
[Definition]
|
||||
titleIds = 0005000010176900,0005000010176A00,0005000010162B00
|
||||
name = "Splatoon - No HUD"
|
||||
version = 2
|
Loading…
Reference in a new issue