mirror of
https://github.com/HarbourMasters/Shipwright
synced 2026-04-23 08:14:31 +00:00
Big Poes hint: not Big Goron (#6256)
This commit is contained in:
parent
b83ca39c98
commit
71c6f02a86
|
|
@ -316,7 +316,7 @@ void BuildBiggoronHintMessage(uint16_t* textId, bool* loadFromMessageTable) {
|
|||
}
|
||||
|
||||
void BuildBigPoesHintMessage(uint16_t* textId, bool* loadFromMessageTable) {
|
||||
CustomMessage msg = RAND_GET_HINT(RH_BIGGORON_HINT)->GetHintMessage(MF_AUTO_FORMAT);
|
||||
CustomMessage msg = RAND_GET_HINT(RH_BIG_POES_HINT)->GetHintMessage(MF_AUTO_FORMAT);
|
||||
msg.LoadIntoFont();
|
||||
*loadFromMessageTable = false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue