summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Dubé <159546+serprex@users.noreply.github.com>2026-04-21 15:30:33 +0000
committerGitHub <noreply@github.com>2026-04-21 15:30:33 +0000
commit719bb87eda32de53cba570c12e7397e37b5e6161 (patch)
treee12dd94676ab27816ed40ca5aa279aa596400aa5
parentbf37645d723254abc9eade79f6f4dc2d4b4b1c80 (diff)
add hint text for sun song fairies in spirit temple (#6544)
-rw-r--r--soh/soh/Enhancements/randomizer/3drando/hint_list/hint_list_exclude_dungeon.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/soh/soh/Enhancements/randomizer/3drando/hint_list/hint_list_exclude_dungeon.cpp b/soh/soh/Enhancements/randomizer/3drando/hint_list/hint_list_exclude_dungeon.cpp
index aa375716f..c77441ee5 100644
--- a/soh/soh/Enhancements/randomizer/3drando/hint_list/hint_list_exclude_dungeon.cpp
+++ b/soh/soh/Enhancements/randomizer/3drando/hint_list/hint_list_exclude_dungeon.cpp
@@ -1318,6 +1318,14 @@ void StaticData::HintTable_Init_Exclude_Dungeon() {
/*german*/ "Man erzählt sich, daß sich bewacht von einem #Ring der Flammen#, im Geistertempel #[[1]]# |befände|befänden|.",
/*french*/ "Selon moi, protégé par un #cercle de flammes# dans le Temple de l'Esprit se trouve #[[1]]#.", {QM_RED, QM_GREEN}));
+ hintTextTable[RHT_SPIRIT_TEMPLE_BOULDER_ROOM_SUN_FAIRY] = HintText(CustomMessage("They say that #calling the sun past rolling boulders in Spirit Temple# reveals #[[1]]#.",
+ /*german*/ TODO_TRANSLATE,
+ /*french*/ TODO_TRANSLATE, {QM_RED, QM_GREEN}));
+
+ hintTextTable[RHT_SPIRIT_TEMPLE_ARMOS_ROOM_SUN_FAIRY] = HintText(CustomMessage("They say that #calling the sun in the spotlight by statues# reveals #[[1]]#.",
+ /*german*/ TODO_TRANSLATE,
+ /*french*/ TODO_TRANSLATE, {QM_RED, QM_GREEN}));
+
hintTextTable[RHT_CRATE_SPIRIT_TEMPLE] = HintText(CustomMessage("They say that a #crate in Spirit Temple# contains #[[1]]#.",
/*german*/ "Man erzählt sich, daß eine #Kiste im Geistertempel# #[[1]]# enthielte.",
/*french*/ "Selon moi, une #caisse dans le Temple de l'Esprit# contient #[[1]]#.", {QM_RED, QM_GREEN}));