-
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.
[Sonic Boom] Fix Pause State Reset (#517)
- Loading branch information
Showing
2 changed files
with
29 additions
and
0 deletions.
There are no files selected for viewing
23 changes: 23 additions & 0 deletions
23
src/SonicBoomRiseOfLyric/Mods/FixPauseStateReset/patch_FixPauseStateReset.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 @@ | ||
[WiiULauncher0US] | ||
moduleMatches = 0x90DAC5CE | ||
|
||
; Skip CBrbAICompanion::ForceIdle subroutine | ||
0x306EBA0 = nop | ||
|
||
[WiiULauncher0EU] | ||
moduleMatches = 0x8F7D2702 | ||
|
||
; Skip CBrbAICompanion::ForceIdle subroutine | ||
0x306EB80 = nop | ||
|
||
[WiiULauncher0JP] | ||
moduleMatches = 0x0D395735 | ||
|
||
; Skip CBrbAICompanion::ForceIdle subroutine | ||
0x306EA30 = nop | ||
|
||
[WiiULauncher16] | ||
moduleMatches = 0x113CC316 | ||
|
||
; Skip CBrbAICompanion::ForceIdle subroutine | ||
0x306EDBC = nop |
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 = Fix Pause State Reset | ||
path = "Sonic Boom: Rise of Lyric/Mods/Fix Pause State Reset" | ||
description = This patches out an issue where all players' states reset to idle after unpausing the game.||Made by HyperBE32. | ||
version = 6 |