[Sonic Boom] Added patch support for other revisions (#515)

This commit is contained in:
Hyper 2021-04-08 00:00:46 +01:00 committed by GitHub
parent 616065a963
commit 52085fe8fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 63 additions and 9 deletions

View File

@ -1,4 +1,4 @@
[WiiULauncher0]
[WiiULauncher0US]
moduleMatches = 0x90DAC5CE
; Enable sys_brbdebug
@ -6,9 +6,33 @@ moduleMatches = 0x90DAC5CE
DevLevelSelect:
li r5, 1
bctrl
b 0x02C9B978
b 0x2C9B978
0x02C9B974 = b DevLevelSelect
0x2C9B974 = b DevLevelSelect
[WiiULauncher0EU]
moduleMatches = 0x8F7D2702
; Enable sys_brbdebug
.origin = codecave
DevLevelSelect:
li r5, 1
bctrl
b 0x2C9B958
0x2C9B954 = b DevLevelSelect
[WiiULauncher0JP]
moduleMatches = 0x0D395735
; Enable sys_brbdebug
.origin = codecave
DevLevelSelect:
li r5, 1
bctrl
b 0x2C9B990
0x2C9B98C = b DevLevelSelect
[WiiULauncher16]
moduleMatches = 0x113CC316
@ -18,6 +42,6 @@ moduleMatches = 0x113CC316
DevLevelSelect:
li r5, 1
bctrl
b 0x02C9B9B0
b 0x2C9B9B0
0x02C9B9AC = b DevLevelSelect
0x2C9B9AC = b DevLevelSelect

View File

@ -1,4 +1,4 @@
[WiiULauncher0]
[WiiULauncher0US]
moduleMatches = 0x90DAC5CE
; Jump to title from Japanese video
@ -7,6 +7,24 @@ moduleMatches = 0x90DAC5CE
; Jump to title from English video
0x34BA074 = b 0x34BA2C8
[WiiULauncher0EU]
moduleMatches = 0x8F7D2702
; Jump to title from Japanese video
0x34BA0F0 = b 0x34BA350
; Jump to title from English video
0x34BA0FC = b 0x34BA350
[WiiULauncher0JP]
moduleMatches = 0x0D395735
; Jump to title from Japanese video
0x34BA430 = b 0x34BA690
; Jump to title from English video
0x34BA43C = b 0x34BA690
[WiiULauncher16]
moduleMatches = 0x113CC316

View File

@ -1,11 +1,23 @@
[WiiULauncher0]
[WiiULauncher0US]
moduleMatches = 0x90DAC5CE
; Unconditionally branch DriverD3D::LimitFramerate immediately
0x02E47110 = blr
0x2E47110 = blr
[WiiULauncher0EU]
moduleMatches = 0x8F7D2702
; Unconditionally branch DriverD3D::LimitFramerate immediately
0x2E470F0 = blr
[WiiULauncher0JP]
moduleMatches = 0x0D395735
; Unconditionally branch DriverD3D::LimitFramerate immediately
0x2E46EAC = blr
[WiiULauncher16]
moduleMatches = 0x113CC316
; Unconditionally branch DriverD3D::LimitFramerate immediately
0x02E47148 = blr
0x2E47148 = blr