From 58269584048587a44b48ea487b0745e42837e685 Mon Sep 17 00:00:00 2001 From: Pepper0ni <93387759+Pepper0ni@users.noreply.github.com> Date: Tue, 25 Mar 2025 19:40:33 +0000 Subject: [PATCH] more poking --- soh/soh/Enhancements/randomizer/item_list.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()){