Skip to content

Commit 616065a

Browse files
authored
[Sonic Boom] Disable Intro Logos patch (#514)
1 parent ea02c1b commit 616065a

File tree

3 files changed

+24
-1
lines changed

3 files changed

+24
-1
lines changed

src/SonicBoomRiseOfLyric/Mods/DevLevelSelect/rules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
titleIds = 0005000010175B00,0005000010177800,0005000010191F00
33
name = Dev Level Select
44
path = "Sonic Boom: Rise of Lyric/Mods/Dev Level Select"
5-
description = This enables the game's Dev Level Select.||Made by M&&M.
5+
description = This enables the game's Dev Level Select.||Made by M&&M and HyperBE32.
66
version = 6
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[WiiULauncher0]
2+
moduleMatches = 0x90DAC5CE
3+
4+
; Jump to title from Japanese video
5+
0x34BA068 = b 0x34BA2C8
6+
7+
; Jump to title from English video
8+
0x34BA074 = b 0x34BA2C8
9+
10+
[WiiULauncher16]
11+
moduleMatches = 0x113CC316
12+
13+
; Jump to title from Japanese video
14+
0x34BA4B8 = b 0x34BA760
15+
16+
; Jump to title from English video
17+
0x34BA4C4 = b 0x34BA760
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[Definition]
2+
titleIds = 0005000010175B00,0005000010177800,0005000010191F00
3+
name = Disable Intro Logos
4+
path = "Sonic Boom: Rise of Lyric/Mods/Disable Intro Logos"
5+
description = This patches out the intro logos at the beginning of the game.||Made by HyperBE32.
6+
version = 6

0 commit comments

Comments
 (0)