From 5628ef4e6c0d15c05e4efbf1e019d1621f47408e Mon Sep 17 00:00:00 2001 From: Sarge-117 Date: Mon, 11 Nov 2024 16:11:49 -0800 Subject: [PATCH] Revert "test" This reverts commit 2b09ca7c5fae80cd1212eedaf1906c4c9716a291. --- soh/soh/Enhancements/randomizer/3drando/hint_list.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/soh/soh/Enhancements/randomizer/3drando/hint_list.cpp b/soh/soh/Enhancements/randomizer/3drando/hint_list.cpp index e9753fa549b..37d997a547d 100644 --- a/soh/soh/Enhancements/randomizer/3drando/hint_list.cpp +++ b/soh/soh/Enhancements/randomizer/3drando/hint_list.cpp @@ -1562,14 +1562,13 @@ void HintTable_Init() { hintTable[JUNK03] = HintText::Junk({ // obscure text - Text{ "They say that Cheese-a-thon 2024 is VARY GOOD." + TWO_WAY_CHOICE() + "#Buy&Don't buy#", - /*french*/ "Selon moi, Zelda ne ferait pas un bon monarque.", + Text{ "They say that Cheese-a-thon 2024 is VARY GOOD.", /*french*/ "Selon moi, Zelda ne ferait pas un bon monarque.", /*spanish*/ "Según dicen, Zelda es mala líder." }, }); hintTable[JUNK04] = HintText::Junk({ // obscure text - Text{ "They say that Cheese-a-thon 2024 is VARY GOOD." + TWO_WAY_CHOICE() + "#Buy&Don't buy#", + Text{ "They say that Cheese-a-thon 2024 is VARY GOOD.", /*french*/ "Ces indices sont très utiles, à l'exception de celui-ci.", /*spanish*/ "Las pistas suelen servir de ayuda. En cambio, esta no." }, });