From 5c954c54273ba3ab45b398f03c98f6877347df73 Mon Sep 17 00:00:00 2001 From: Hyper <34012267+hyperbx@users.noreply.github.com> Date: Tue, 19 Nov 2024 02:06:28 +0000 Subject: [PATCH] config_locale: update description for Battle Music --- UnleashedRecomp/cfg/config_locale.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UnleashedRecomp/cfg/config_locale.h b/UnleashedRecomp/cfg/config_locale.h index 293535bf..a9a0e220 100644 --- a/UnleashedRecomp/cfg/config_locale.h +++ b/UnleashedRecomp/cfg/config_locale.h @@ -235,7 +235,7 @@ CONFIG_DEFINE_LOCALE(WerehogBattleMusic) CONFIG_DEFINE_DESCRIPTION_LOCALE(WerehogBattleMusic) { - { ELanguage::English, "Set whether to play the Werehog battle theme during combat." } + { ELanguage::English, "Set whether to play the Werehog battle theme during combat.\n\nThis option will apply the next time you're in combat." } }; CONFIG_DEFINE_LOCALE(WindowSize)