caps for locations in altar text (#3004)
Co-authored-by: briaguya <briaguya@alice>
This commit is contained in:
@@ -607,7 +607,7 @@ static Text BuildDungeonRewardText(const uint32_t itemKey) {
|
|||||||
std::string rewardString = "$" + std::to_string(itemKey - KOKIRI_EMERALD);
|
std::string rewardString = "$" + std::to_string(itemKey - KOKIRI_EMERALD);
|
||||||
|
|
||||||
// RANDOTODO implement colors for locations
|
// RANDOTODO implement colors for locations
|
||||||
return Text()+rewardString+GetHintRegion(Location(location)->GetParentRegionKey())->GetHint().GetText()+"...^";
|
return Text()+rewardString+GetHintRegion(Location(location)->GetParentRegionKey())->GetHint().GetText().Capitalize()+"...^";
|
||||||
}
|
}
|
||||||
|
|
||||||
static Text BuildDoorOfTimeText() {
|
static Text BuildDoorOfTimeText() {
|
||||||
|
|||||||
Reference in New Issue
Block a user