summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--soh/soh/Enhancements/randomizer/3drando/hint_list.cpp49
-rw-r--r--soh/soh/Enhancements/randomizer/3drando/keys.hpp12
2 files changed, 61 insertions, 0 deletions
diff --git a/soh/soh/Enhancements/randomizer/3drando/hint_list.cpp b/soh/soh/Enhancements/randomizer/3drando/hint_list.cpp
index ba47ad92d..8e600ee61 100644
--- a/soh/soh/Enhancements/randomizer/3drando/hint_list.cpp
+++ b/soh/soh/Enhancements/randomizer/3drando/hint_list.cpp
@@ -2138,6 +2138,21 @@ void HintTable_Init() {
Text{ "They say we'll meet again,&when something else cries.", HINT_TEXT_NEEDS_TRANSLATION_FR, "blarg" },
});
+ hintTable[JUNK_WTC_10] = HintText::Junk({
+ Text{ "They say \"Forgive me, but-^Your script will not be used.&....After all...^The one writing the rest of "
+ "the script...&will be me.\"",
+ HINT_TEXT_NEEDS_TRANSLATION_FR, "blarg" },
+ });
+
+ hintTable[JUNK_WTC_11] = HintText::Junk({
+ Text{ "They say tea is best enjoyed...^\"\"With your fellow monsters.\"\"", HINT_TEXT_NEEDS_TRANSLATION_FR, "blarg" },
+ });
+
+ hintTable[JUNK_WTC_12] = HintText::Junk({
+ Text{ "They say I shall make you some black&tea. With my own hands, not magic.", HINT_TEXT_NEEDS_TRANSLATION_FR,
+ "blarg" },
+ });
+
hintTable[JUNK_SEI_1] = HintText::Junk({
Text{ "They say you know I've kiboshed before...^and I will kibosh again.", HINT_TEXT_NEEDS_TRANSLATION_FR,
"blarg" },
@@ -2417,6 +2432,40 @@ void HintTable_Init() {
Text{ "They say Rubies are on the path to&Lamp Oil, Rope, and Bombs", HINT_TEXT_NEEDS_TRANSLATION_FR, "blarg" },
});
+ hintTable[JUNK_SG_1] = HintText::Junk({
+ Text{ "They say %rError. Human is dead, mismatch.", HINT_TEXT_NEEDS_TRANSLATION_FR, "blarg" },
+ });
+
+ hintTable[JUNK_SG_2] = HintText::Junk({
+ Text{ "They say this is the choice of the&steins gate.", HINT_TEXT_NEEDS_TRANSLATION_FR, "blarg" },
+ });
+
+ hintTable[JUNK_SG_3] = HintText::Junk({
+ Text{ "They say el psy kongroo.", HINT_TEXT_NEEDS_TRANSLATION_FR, "blarg" },
+ });
+
+ hintTable[JUNK_SG_4] = HintText::Junk({
+ Text{ "They say tutturu~.", HINT_TEXT_NEEDS_TRANSLATION_FR, "blarg" },
+ });
+
+
+ hintTable[JUNK_SG_5] = HintText::Junk({
+ Text{ "They say im not Christina!.", HINT_TEXT_NEEDS_TRANSLATION_FR, "blarg" },
+ });
+
+ hintTable[JUNK_SG_6] = HintText::Junk({
+ Text{ "They say you know where to find an IBN5100.", HINT_TEXT_NEEDS_TRANSLATION_FR, "blarg" },
+ });
+
+ hintTable[JUNK_SG_7] = HintText::Junk({
+ Text{ "They say when you're on a chicken bender&grab a box of chicken tenders.", HINT_TEXT_NEEDS_TRANSLATION_FR, "blarg" },
+ });
+
+ hintTable[JUNK_SG_8] = HintText::Junk({
+ Text{ "Juicy Chicken #1! Wow!.", HINT_TEXT_NEEDS_TRANSLATION_FR,
+ "blarg" },
+ });
+
/*--------------------------
| DUNGEON HINT TEXT |
---------------------------*/
diff --git a/soh/soh/Enhancements/randomizer/3drando/keys.hpp b/soh/soh/Enhancements/randomizer/3drando/keys.hpp
index 3163d37dd..dea3bb051 100644
--- a/soh/soh/Enhancements/randomizer/3drando/keys.hpp
+++ b/soh/soh/Enhancements/randomizer/3drando/keys.hpp
@@ -1668,6 +1668,9 @@ typedef enum {
JUNK_WTC_7,
JUNK_WTC_8,
JUNK_WTC_9,
+ JUNK_WTC_10,
+ JUNK_WTC_11,
+ JUNK_WTC_12,
JUNK_SEI_1,
JUNK_SEI_2,
@@ -1748,6 +1751,15 @@ typedef enum {
JUNK_MISC_16,
JUNK_MISC_17,
+ JUNK_SG_1,
+ JUNK_SG_2,
+ JUNK_SG_3,
+ JUNK_SG_4,
+ JUNK_SG_5,
+ JUNK_SG_6,
+ JUNK_SG_7,
+ JUNK_SG_8,
+
BRIDGE_OPEN_HINT,
BRIDGE_VANILLA_HINT,
BRIDGE_STONES_HINT,