diff --git a/soh/soh/Enhancements/randomizer/item_list.cpp b/soh/soh/Enhancements/randomizer/item_list.cpp index 5e5ccc67b..11dcf910d 100644 --- a/soh/soh/Enhancements/randomizer/item_list.cpp +++ b/soh/soh/Enhancements/randomizer/item_list.cpp @@ -404,7 +404,7 @@ void Rando::StaticData::InitItemTable() { // Init itemNameToEnum for (auto& item : itemTable) { - std::vector strings = item.GetName().GetAllMessages(); + std::vector strings = item.GetName().GetAllMessages(MF_RAW); for (std::string string: strings){ if (itemNameToEnum.contains(string) && string != ""){ if (itemNameToEnum[string] != item.GetRandomizerGet()){