Format map GI text (#5417)

* Format map GI text

* dum
This commit is contained in:
Pepper0ni
2025-05-02 03:00:22 +01:00
committed by GitHub
parent 6c14311b66
commit baa91cbadb
2 changed files with 9 additions and 6 deletions
@@ -4515,6 +4515,9 @@ CustomMessage Randomizer::GetMapGetItemMessageWithHint(GetItemEntry itemEntry) {
messageEntry.Replace("[[typeHint]]", Rando::StaticData::hintTextTable[RHT_DUNGEON_ORDINARY].GetHintMessage());
}
// BUG: the icon is not in the message yet so are not accounted for, so overflows are possible
messageEntry.AutoFormat();
return messageEntry;
}