Don't autoformat altar hints twice. (#6295)
This commit is contained in:
committed by
GitHub
parent
b6cdc6c490
commit
c3ffaa918d
@@ -98,14 +98,12 @@ void BuildSheikMessage(uint16_t* textId, bool* loadFromMessageTable) {
|
|||||||
|
|
||||||
void BuildChildAltarMessage(uint16_t* textId, bool* loadFromMessageTable) {
|
void BuildChildAltarMessage(uint16_t* textId, bool* loadFromMessageTable) {
|
||||||
CustomMessage msg = RAND_GET_HINT(RH_ALTAR_CHILD)->GetHintMessage();
|
CustomMessage msg = RAND_GET_HINT(RH_ALTAR_CHILD)->GetHintMessage();
|
||||||
msg.AutoFormat();
|
|
||||||
msg.LoadIntoFont();
|
msg.LoadIntoFont();
|
||||||
*loadFromMessageTable = false;
|
*loadFromMessageTable = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
void BuildAdultAltarMessage(uint16_t* textId, bool* loadFromMessageTable) {
|
void BuildAdultAltarMessage(uint16_t* textId, bool* loadFromMessageTable) {
|
||||||
CustomMessage msg = RAND_GET_HINT(RH_ALTAR_ADULT)->GetHintMessage();
|
CustomMessage msg = RAND_GET_HINT(RH_ALTAR_ADULT)->GetHintMessage();
|
||||||
msg.AutoFormat();
|
|
||||||
msg.LoadIntoFont();
|
msg.LoadIntoFont();
|
||||||
*loadFromMessageTable = false;
|
*loadFromMessageTable = false;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user