From 02c23384f3d2d23e4536e872619b8e667e8073f1 Mon Sep 17 00:00:00 2001 From: Hyper <34012267+hyperbx@users.noreply.github.com> Date: Sat, 15 Feb 2025 17:52:11 +0000 Subject: [PATCH] Update Control Tutorial description to add notice about the Werehog critical attack prompt (#412) --- UnleashedRecomp/locale/config_locale.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UnleashedRecomp/locale/config_locale.cpp b/UnleashedRecomp/locale/config_locale.cpp index a8c9016..2f0c858 100644 --- a/UnleashedRecomp/locale/config_locale.cpp +++ b/UnleashedRecomp/locale/config_locale.cpp @@ -130,7 +130,7 @@ CONFIG_DEFINE_LOCALE(Hints) CONFIG_DEFINE_LOCALE(ControlTutorial) { - { ELanguage::English, { "Control Tutorial", "Show controller hints during gameplay." } }, + { ELanguage::English, { "Control Tutorial", "Show controller hints during gameplay.\n\nThe Werehog Critical Attack prompt will be unaffected." } }, { ELanguage::Japanese, { "", "" } }, { ELanguage::German, { "", "" } }, { ELanguage::French, { "", "" } },