Skip to content

Commit

Permalink
Remove unused hints
Browse files Browse the repository at this point in the history
  • Loading branch information
aMannus committed Jan 6, 2024
1 parent 5bd5025 commit 1865669
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 576 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2011,12 +2011,4 @@ void HintTable_Init_Exclude_Dungeon() {
//obscure text
Text{ "a #pot in Ice Cavern# contains", /*french*/ "TRANSLATION NEEDED", /*spanish*/ "" },
});

for (uint32_t i = RHT_DODONGOS_CAVERN_LIZALFOS_POT_1; i <= RHT_ICE_CAVERN_FROZEN_POT_1; i++) {
hintTable[i] = HintText::Exclude({
// obscure text
Text{ "a #pot in a room# holds", /*french*/ "a #pot in a room# holds",
/*spanish*/ "a #pot in a room# holds" },
});
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -1421,12 +1421,4 @@ void HintTable_Init_Exclude_Overworld() {
// obscure text
Text{ "a #pot in Hyrule Castle# contains", /*french*/ "TRANSLATION NEEDED", /*spanish*/ "" },
});

for (uint32_t i = RHT_KF_LINKS_HOUSE_POT; i <= RHT_HC_STORMS_GROTTO_POT_4; i++) {
hintTable[i] = HintText::Exclude({
// obscure text
Text{ "a #pot in a room# holds", /*french*/ "a #pot in a room# holds",
/*spanish*/ "a #pot in a room# holds" },
});
}
}
Loading

0 comments on commit 1865669

Please sign in to comment.