diff --git a/UnleashedRecomp/locale/config_locale.cpp b/UnleashedRecomp/locale/config_locale.cpp index 55c67c1..9cb95ce 100644 --- a/UnleashedRecomp/locale/config_locale.cpp +++ b/UnleashedRecomp/locale/config_locale.cpp @@ -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) diff --git a/UnleashedRecompLib/config/SWA.toml b/UnleashedRecompLib/config/SWA.toml index 8feccb0..f84d688 100644 --- a/UnleashedRecompLib/config/SWA.toml +++ b/UnleashedRecompLib/config/SWA.toml @@ -355,6 +355,11 @@ name = "WerehogBattleMusicMidAsmHook" address = 0x82B47728 registers = ["r11"] +[[midasm_hook]] +name = "WerehogBattleMusicMidAsmHook" +address = 0x82B47C58 +registers = ["r11"] + [[midasm_hook]] name = "MotionBlurMidAsmHook" address = 0x82BA99D0