-
Notifications
You must be signed in to change notification settings - Fork 593
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0070e67
commit 637f0dc
Showing
4 changed files
with
29 additions
and
53 deletions.
There are no files selected for viewing
23 changes: 23 additions & 0 deletions
23
src/SonicBoomRiseOfLyric/Mods/DebugMode/patch_BRBDebug.asm
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
[WiiULauncher0] | ||
moduleMatches = 0x90DAC5CE | ||
|
||
; Enable sys_brbdebug | ||
.origin = codecave | ||
DevLevelSelect: | ||
li r5, 1 | ||
bctrl | ||
b 0x02C9B978 | ||
|
||
0x02C9B974 = b DevLevelSelect | ||
|
||
[WiiULauncher16] | ||
moduleMatches = 0x113CC316 | ||
|
||
; Enable sys_brbdebug | ||
.origin = codecave | ||
DevLevelSelect: | ||
li r5, 1 | ||
bctrl | ||
b 0x02C9B9B0 | ||
|
||
0x02C9B9AC = b DevLevelSelect |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
[Definition] | ||
titleIds = 0005000010175B00,0005000010177800,0005000010191F00 | ||
name = Debug Menu | ||
path = "Sonic Boom: Rise of Lyric/Mods/Debug Mode" | ||
description = This enables the game's debug mode.|THIS WILL MODIFY YOUR SAVE FILE!||Made by M&&M and HyperBE32. | ||
version = 6 |
47 changes: 0 additions & 47 deletions
47
src/SonicBoomRiseOfLyric/Mods/DevLevelSelect/patch_DevLevelSelect.asm
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.