mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-25 11:06:54 +01:00
[Sonic Boom] Disable HUD (#522)
This commit is contained in:
parent
4fdd13ae39
commit
db2ef0970c
@ -0,0 +1,59 @@
|
||||
[WiiULauncher0US]
|
||||
moduleMatches = 0x90DAC5CE
|
||||
|
||||
; Skip flag override in BRB_HUDManager::HUD_Enable if second argument is not zero
|
||||
0x306E9AC = nop
|
||||
|
||||
; Skip BigRedButton::subtitle_show
|
||||
0x307C290 = blr
|
||||
|
||||
; Skip CBrbAICompanion::show_picon
|
||||
0x31FECB4 = blr
|
||||
|
||||
; Skip CbrbObjectiveMarker::Enable
|
||||
0x331B88C = blr
|
||||
|
||||
[WiiULauncher0EU]
|
||||
moduleMatches = 0x8F7D2702
|
||||
|
||||
; Skip flag override in BRB_HUDManager::HUD_Enable if second argument is not zero
|
||||
0x306E98C = nop
|
||||
|
||||
; Skip BigRedButton::subtitle_show
|
||||
0x307C270 = blr
|
||||
|
||||
; Skip CBrbAICompanion::show_picon
|
||||
0x31FED4C = blr
|
||||
|
||||
; Skip CbrbObjectiveMarker::Enable
|
||||
0x331B924 = blr
|
||||
|
||||
[WiiULauncher0JP]
|
||||
moduleMatches = 0x0D395735
|
||||
|
||||
; Skip flag override in BRB_HUDManager::HUD_Enable if second argument is not zero
|
||||
0x306E82C = nop
|
||||
|
||||
; Skip BigRedButton::subtitle_show
|
||||
0x307C1EC = blr
|
||||
|
||||
; Skip CBrbAICompanion::show_picon
|
||||
0x31FEEF8 = blr
|
||||
|
||||
; Skip CbrbObjectiveMarker::Enable
|
||||
0x331BC08 = blr
|
||||
|
||||
[WiiULauncher16]
|
||||
moduleMatches = 0x113CC316
|
||||
|
||||
; Skip flag override in BRB_HUDManager::HUD_Enable if second argument is not zero
|
||||
0x306EA78 = nop
|
||||
|
||||
; Skip BigRedButton::subtitle_show
|
||||
0x307C4B0 = blr
|
||||
|
||||
; Skip CBrbAICompanion::show_picon
|
||||
0x31FEF34 = blr
|
||||
|
||||
; Skip CbrbObjectiveMarker::Enable
|
||||
0x331BCE4 = blr
|
6
src/SonicBoomRiseOfLyric/Mods/DisableHUD/rules.txt
Normal file
6
src/SonicBoomRiseOfLyric/Mods/DisableHUD/rules.txt
Normal file
@ -0,0 +1,6 @@
|
||||
[Definition]
|
||||
titleIds = 0005000010175B00,0005000010177800,0005000010191F00
|
||||
name = Disable HUD
|
||||
path = "Sonic Boom: Rise of Lyric/Mods/Disable HUD"
|
||||
description = This patches out the heads-up display - including; player markers, objective markers and subtitles.||Made by HyperBE32.
|
||||
version = 6
|
Loading…
Reference in New Issue
Block a user