Skip to content

Commit

Permalink
Revert "test"
Browse files Browse the repository at this point in the history
This reverts commit 2b09ca7.
  • Loading branch information
Sarge-117 committed Nov 12, 2024
1 parent 2b09ca7 commit 5628ef4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions soh/soh/Enhancements/randomizer/3drando/hint_list.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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." },
});
Expand Down

0 comments on commit 5628ef4

Please sign in to comment.