Skip to content

Commit

Permalink
Update hint_list.cpp
Browse files Browse the repository at this point in the history
One spelling, removed 1 hint.
  • Loading branch information
Malkierian authored Nov 17, 2024
1 parent d4362b8 commit 2b5c880
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions soh/soh/Enhancements/randomizer/3drando/hint_list.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2337,15 +2337,11 @@ void StaticData::HintTable_Init() {
/*german*/ "",
/*french*/ HINT_TEXT_NEEDS_TRANSLATION_FR));

hintTextTable[RHT_JUNK_CREW_22] = HintText(CustomMessage("They say that %gRaccoonCloud%w is still learning %yB1 Skip%w...",
/*german*/ "",
/*french*/ HINT_TEXT_NEEDS_TRANSLATION_FR));

hintTextTable[RHT_JUNK_CREW_23] = HintText(CustomMessage("They say that %gBackwalking%w should be %rBanned%w!",
/*german*/ "",
/*french*/ HINT_TEXT_NEEDS_TRANSLATION_FR));

hintTextTable[RHT_JUNK_CREW_24] = HintText(CustomMessage("They say that %gGoron's%w should always have %yLong Necks%w!",
hintTextTable[RHT_JUNK_CREW_24] = HintText(CustomMessage("They say that %gGorons%w should always have %yLong Necks%w!",
/*german*/ "",
/*french*/ HINT_TEXT_NEEDS_TRANSLATION_FR));

Expand Down

0 comments on commit 2b5c880

Please sign in to comment.