diff --git a/soh/soh/Enhancements/randomizer/Messages/Goron.cpp b/soh/soh/Enhancements/randomizer/Messages/Goron.cpp index b11bc2da4..9515890c0 100644 --- a/soh/soh/Enhancements/randomizer/Messages/Goron.cpp +++ b/soh/soh/Enhancements/randomizer/Messages/Goron.cpp @@ -86,7 +86,7 @@ void BuildGoronMessage(uint16_t* textId, bool* loadFromMessageTable) { CustomMessage msg = ShipUtils::RandomElement(FireTempleGoronMessages); msg.Replace("[[days]]", std::to_string(gSaveContext.totalDays)); msg.Replace("[[a_btn]]", std::to_string(gSaveContext.ship.stats.count[COUNT_BUTTON_PRESSES_A])); - msg.AutoFormat(); + msg.Format(); msg.LoadIntoFont(); *loadFromMessageTable = false; }