From 71c6f02a863c8c71fad7263575a88114062e9000 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20Dub=C3=A9?= Date: Sun, 15 Feb 2026 00:36:16 +0000 Subject: [PATCH] Big Poes hint: not Big Goron (#6256) --- soh/soh/Enhancements/randomizer/Messages/StaticHints.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/soh/soh/Enhancements/randomizer/Messages/StaticHints.cpp b/soh/soh/Enhancements/randomizer/Messages/StaticHints.cpp index 9c5440017..5cfd637cd 100644 --- a/soh/soh/Enhancements/randomizer/Messages/StaticHints.cpp +++ b/soh/soh/Enhancements/randomizer/Messages/StaticHints.cpp @@ -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; }