diff --git a/soh/soh/Enhancements/randomizer/hint.cpp b/soh/soh/Enhancements/randomizer/hint.cpp index 7d62d29c7bd..99e122830cc 100644 --- a/soh/soh/Enhancements/randomizer/hint.cpp +++ b/soh/soh/Enhancements/randomizer/hint.cpp @@ -240,7 +240,7 @@ const std::vector Hint::GetAllMessageStrings(MessageFormat format) std::vector hintMessages = {}; uint8_t numMessages = GetNumberOfMessages(); for (int c = 0; c < numMessages; c++){ - hintMessages.push_back(GetHintMessage(format, c).GetForCurrentLanguage(format)); + //hintMessages.push_back(GetHintMessage(format, c).GetForCurrentLanguage(format)); } return hintMessages; }