mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2025-04-28 13:27:58 +03:00
Fixed Werehog battle theme returning after defeating bosses when disabled (#360)
This commit is contained in:
parent
0441845f2a
commit
854d7412fa
2 changed files with 6 additions and 1 deletions
|
@ -244,7 +244,7 @@ CONFIG_DEFINE_LOCALE(Subtitles)
|
|||
|
||||
CONFIG_DEFINE_LOCALE(BattleTheme)
|
||||
{
|
||||
{ ELanguage::English, { "Battle Theme", "Play the Werehog battle theme during combat.\n\nThis option will apply the next time you're in combat." } }
|
||||
{ ELanguage::English, { "Battle Theme", "Play the Werehog battle theme during combat.\n\nThis option will apply the next time you're in combat.\n\nRescue missions and boss themes will be unaffected." } }
|
||||
};
|
||||
|
||||
CONFIG_DEFINE_LOCALE(WindowSize)
|
||||
|
|
|
@ -355,6 +355,11 @@ name = "WerehogBattleMusicMidAsmHook"
|
|||
address = 0x82B47728
|
||||
registers = ["r11"]
|
||||
|
||||
[[midasm_hook]]
|
||||
name = "WerehogBattleMusicMidAsmHook"
|
||||
address = 0x82B47C58
|
||||
registers = ["r11"]
|
||||
|
||||
[[midasm_hook]]
|
||||
name = "MotionBlurMidAsmHook"
|
||||
address = 0x82BA99D0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue