Skip to content

Commit

Permalink
[Sonic Boom] Rename debug mode pack
Browse files Browse the repository at this point in the history
  • Loading branch information
ActualMandM committed Apr 13, 2021
1 parent 0070e67 commit 637f0dc
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 53 deletions.
23 changes: 23 additions & 0 deletions src/SonicBoomRiseOfLyric/Mods/DebugMode/patch_BRBDebug.asm
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
6 changes: 6 additions & 0 deletions src/SonicBoomRiseOfLyric/Mods/DebugMode/rules.txt
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

This file was deleted.

6 changes: 0 additions & 6 deletions src/SonicBoomRiseOfLyric/Mods/DevLevelSelect/rules.txt

This file was deleted.

0 comments on commit 637f0dc

Please sign in to comment.