Fixed Werehog battle theme returning after defeating bosses when disabled (#360)

This commit is contained in:
Hyper 2025-02-11 11:22:18 +00:00 committed by GitHub
parent 0441845f2a
commit 854d7412fa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 1 deletions

View file

@ -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)

View file

@ -355,6 +355,11 @@ name = "WerehogBattleMusicMidAsmHook"
address = 0x82B47728
registers = ["r11"]
[[midasm_hook]]
name = "WerehogBattleMusicMidAsmHook"
address = 0x82B47C58
registers = ["r11"]
[[midasm_hook]]
name = "MotionBlurMidAsmHook"
address = 0x82BA99D0