Skip to content

Commit

Permalink
[Sonic Boom] Disable HUD (#522)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperbx authored Apr 22, 2021
1 parent 4fdd13a commit db2ef09
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 0 deletions.
59 changes: 59 additions & 0 deletions src/SonicBoomRiseOfLyric/Mods/DisableHUD/patch_DisableHUD.asm
Original file line number Diff line number Diff line change
@@ -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 changes: 6 additions & 0 deletions src/SonicBoomRiseOfLyric/Mods/DisableHUD/rules.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit db2ef09

Please sign in to comment.