Skip to content

Commit

Permalink
[Sonic Boom] Fix Pause State Reset (#517)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperbx authored Apr 10, 2021
1 parent 08eb9bd commit 0070e67
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
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
6 changes: 6 additions & 0 deletions src/SonicBoomRiseOfLyric/Mods/FixPauseStateReset/rules.txt
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

0 comments on commit 0070e67

Please sign in to comment.