mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-11-11 12:05:09 -05:00
More junk hints. (#2417)
* More junk hints. * More hints. * Update soh/soh/Enhancements/randomizer/3drando/hint_list.cpp Co-authored-by: briaguya <70942617+briaguya-ai@users.noreply.github.com> * More junk hints. * More hints. * Remove a hint. --------- Co-authored-by: briaguya <70942617+briaguya-ai@users.noreply.github.com>
This commit is contained in:
parent
242a35c3a0
commit
8c87bc13db
@ -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 |
|
||||
---------------------------*/
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user