diff --git a/soh/soh/Enhancements/randomizer/3drando/hints.hpp b/soh/soh/Enhancements/randomizer/3drando/hints.hpp index 9517cb2d2..f1f2f6b5a 100644 --- a/soh/soh/Enhancements/randomizer/3drando/hints.hpp +++ b/soh/soh/Enhancements/randomizer/3drando/hints.hpp @@ -34,7 +34,7 @@ class HintText { public: HintText() = default; HintText(CustomMessage clearText_, std::vector ambiguousText_ = {}, - std::vector obscureText_ = {}, CustomMessage name_ = { "" }); + std::vector obscureText_ = {}, CustomMessage name_ = { "" }); const CustomMessage& GetName() const; const CustomMessage& GetClear() const; const CustomMessage& GetObscure() const;