* formatting and removal of dupe lines after merge

This commit is contained in:
Fredrik Andréasson 2025-01-22 01:24:40 +01:00
commit b39d0a27dc

View File

@ -1946,6 +1946,7 @@ void StaticData::HintTable_Init_Exclude_Overworld() {
hintTextTable[RHT_DMT_COW_GROTTO_STORMS_FAIRY] = HintText(CustomMessage("They say that #calling a storm for a lonely cow# reveals #[[1]]#.", {QM_RED, QM_GREEN}));
hintTextTable[RHT_LW_SHORTCUT_STORMS_FAIRY] = HintText(CustomMessage("They say that #making it rain in the Lost Woods# reveals #[[1]]#.", {QM_RED, QM_GREEN}));
hintTextTable[RHT_LW_SHORTCUT_STORMS_FAIRY] = HintText(CustomMessage("They say that #making it rain in the Lost Woods# reveals #[[1]]#.", {QM_RED, QM_GREEN}));
hintTextTable[RHT_GF_KITCHEN_SUN_FAIRY] = HintText(CustomMessage("They say that #calling the sun in a guarded kitchen# exposes #[[1]]#.", {QM_RED, QM_GREEN}));
@ -1986,6 +1987,7 @@ void StaticData::HintTable_Init_Exclude_Overworld() {
/*german*/ "!!!",
/*french*/ "!!!", { QM_RED, QM_GREEN }));
hintTextTable[RHT_GF_KITCHEN_SUN_FAIRY] = HintText(CustomMessage("They say that #calling the sun in a guarded kitchen# exposes #[[1]]#.", {QM_RED, QM_GREEN}));
hintTextTable[RHT_GROTTO_GRASS] = HintText(CustomMessage("They say that #cutting some grass in a grotto# reveals #[[1]]#.",
/*german*/ "!!!",
/*french*/ "!!!", { QM_RED, QM_GREEN }));