mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-25 11:06:54 +01:00
[Sonic Boom] Rename debug mode pack
This commit is contained in:
parent
0070e6734a
commit
6ebd923cf0
@ -3,45 +3,45 @@ moduleMatches = 0x90DAC5CE
|
||||
|
||||
; Enable sys_brbdebug
|
||||
.origin = codecave
|
||||
DevLevelSelect:
|
||||
brbdebug:
|
||||
li r5, 1
|
||||
bctrl
|
||||
b 0x2C9B978
|
||||
|
||||
0x2C9B974 = b DevLevelSelect
|
||||
0x2C9B974 = b brbdebug
|
||||
|
||||
[WiiULauncher0EU]
|
||||
moduleMatches = 0x8F7D2702
|
||||
|
||||
; Enable sys_brbdebug
|
||||
.origin = codecave
|
||||
DevLevelSelect:
|
||||
brbdebug:
|
||||
li r5, 1
|
||||
bctrl
|
||||
b 0x2C9B958
|
||||
|
||||
0x2C9B954 = b DevLevelSelect
|
||||
0x2C9B954 = b brbdebug
|
||||
|
||||
[WiiULauncher0JP]
|
||||
moduleMatches = 0x0D395735
|
||||
|
||||
; Enable sys_brbdebug
|
||||
.origin = codecave
|
||||
DevLevelSelect:
|
||||
brbdebug:
|
||||
li r5, 1
|
||||
bctrl
|
||||
b 0x2C9B990
|
||||
|
||||
0x2C9B98C = b DevLevelSelect
|
||||
0x2C9B98C = b brbdebug
|
||||
|
||||
[WiiULauncher16]
|
||||
moduleMatches = 0x113CC316
|
||||
|
||||
; Enable sys_brbdebug
|
||||
.origin = codecave
|
||||
DevLevelSelect:
|
||||
brbdebug:
|
||||
li r5, 1
|
||||
bctrl
|
||||
b 0x2C9B9B0
|
||||
|
||||
0x2C9B9AC = b DevLevelSelect
|
||||
0x2C9B9AC = b brbdebug
|
6
src/SonicBoomRiseOfLyric/Mods/DebugMode/rules.txt
Normal file
6
src/SonicBoomRiseOfLyric/Mods/DebugMode/rules.txt
Normal file
@ -0,0 +1,6 @@
|
||||
[Definition]
|
||||
titleIds = 0005000010175B00,0005000010177800,0005000010191F00
|
||||
name = Debug Mode
|
||||
path = "Sonic Boom: Rise of Lyric/Mods/Debug Mode"
|
||||
description = This patch enables the game's debug mode, including a level select.|WARNING: Going to a level via the level select will overwrite your save data! Use this at your own risk.||Made by M&&M and HyperBE32.
|
||||
version = 6
|
@ -1,6 +0,0 @@
|
||||
[Definition]
|
||||
titleIds = 0005000010175B00,0005000010177800,0005000010191F00
|
||||
name = Dev Level Select
|
||||
path = "Sonic Boom: Rise of Lyric/Mods/Dev Level Select"
|
||||
description = This enables the game's Dev Level Select.||Made by M&&M and HyperBE32.
|
||||
version = 6
|
Loading…
Reference in New Issue
Block a user