Re-order enums + start hints per region

This commit is contained in:
aMannus 2024-01-04 00:26:06 +01:00
parent e6755ff99d
commit 90c49d7a33
3 changed files with 657 additions and 494 deletions

View File

@ -1962,6 +1962,56 @@ void HintTable_Init_Exclude_Dungeon() {
Text{"#scrubs in Ganon's Castle# sell", /*french*/"les #pestes Mojo dans le Château de Ganon# vendent", /*spanish*/"los #dekus del Castillo de Ganon# venden"},
});
hintTable[RHT_POT_DODONGOS_CAVERN] = HintText::Exclude({
//obscure text
Text{ "a #pot in Dodongo's Cavern# contains", /*french*/ "TRANSLATION NEEDED", /*spanish*/ "" },
});
hintTable[RHT_POT_JABU_JABUS_BELLY] = HintText::Exclude({
//obscure text
Text{ "a #pot in Jabu Jabu's Belly# contains", /*french*/ "TRANSLATION NEEDED", /*spanish*/ "" },
});
hintTable[RHT_POT_FOREST_TEMPLE] = HintText::Exclude({
//obscure text
Text{ "a #pot in Forest Temple# contains", /*french*/ "TRANSLATION NEEDED", /*spanish*/ "" },
});
hintTable[RHT_POT_FIRE_TEMPLE] = HintText::Exclude({
//obscure text
Text{ "a #pot in Fire Temple# contains", /*french*/ "TRANSLATION NEEDED", /*spanish*/ "" },
});
hintTable[RHT_POT_WATER_TEMPLE] = HintText::Exclude({
//obscure text
Text{ "a #pot in Water Temple# contains", /*french*/ "TRANSLATION NEEDED", /*spanish*/ "" },
});
hintTable[RHT_POT_SHADOW_TEMPLE] = HintText::Exclude({
//obscure text
Text{ "a #pot in Shadow Temple# contains", /*french*/ "TRANSLATION NEEDED", /*spanish*/ "" },
});
hintTable[RHT_POT_SPIRIT_TEMPLE] = HintText::Exclude({
//obscure text
Text{ "a #pot in Spirit Temple# contains", /*french*/ "TRANSLATION NEEDED", /*spanish*/ "" },
});
hintTable[RHT_POT_GANONS_CASTLE] = HintText::Exclude({
//obscure text
Text{ "a #pot in Ganon's Castle# contains", /*french*/ "TRANSLATION NEEDED", /*spanish*/ "" },
});
hintTable[RHT_POT_BOTTOM_OF_THE_WELL] = HintText::Exclude({
//obscure text
Text{ "a #pot in Bottom of the Well# contains", /*french*/ "TRANSLATION NEEDED", /*spanish*/ "" },
});
hintTable[RHT_POT_ICE_CAVERN] = HintText::Exclude({
//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

View File

@ -1357,6 +1357,71 @@ void HintTable_Init_Exclude_Overworld() {
Text{"a #cow in a luxurious hole# offers", /*french*/"la #vache dans une grotte luxueuse# donne", /*spanish*/"una #vaca de un lujoso hoyo# brinda"},
});
hintTable[RHT_POT_KOKIRI_FOREST] = HintText::Exclude({
// obscure text
Text{ "a #pot in Kokiri Forest# contains", /*french*/ "TRANSLATION NEEDED", /*spanish*/ "" },
});
hintTable[RHT_POT_GERUDO_FORTRESS] = HintText::Exclude({
// obscure text
Text{ "a #pot in Gerudo Fortress# contains", /*french*/ "TRANSLATION NEEDED", /*spanish*/ "" },
});
hintTable[RHT_POT_WASTELAND] = HintText::Exclude({
// obscure text
Text{ "a #pot in Haunted Wasteland# contains", /*french*/ "TRANSLATION NEEDED", /*spanish*/ "" },
});
hintTable[RHT_POT_MARKET] = HintText::Exclude({
// obscure text
Text{ "a #pot in Market# contains", /*french*/ "TRANSLATION NEEDED", /*spanish*/ "" },
});
hintTable[RHT_POT_KAKARIKO] = HintText::Exclude({
// obscure text
Text{ "a #pot in Kakariko Village# contains", /*french*/ "TRANSLATION NEEDED", /*spanish*/ "" },
});
hintTable[RHT_POT_GRAVEYARD] = HintText::Exclude({
// obscure text
Text{ "a #pot in Graveyard# contains", /*french*/ "TRANSLATION NEEDED", /*spanish*/ "" },
});
hintTable[RHT_POT_GORON_CITY] = HintText::Exclude({
// obscure text
Text{ "a #pot in Goron City# contains", /*french*/ "TRANSLATION NEEDED", /*spanish*/ "" },
});
hintTable[RHT_POT_DEATH_MOUNTAIN_CRATER] = HintText::Exclude({
// obscure text
Text{ "a #pot in Death Mountain Crater# contains", /*french*/ "TRANSLATION NEEDED", /*spanish*/ "" },
});
hintTable[RHT_POT_ZORAS_DOMAIN] = HintText::Exclude({
// obscure text
Text{ "a #pot in Zora's Domain# contains", /*french*/ "TRANSLATION NEEDED", /*spanish*/ "" },
});
hintTable[RHT_POT_ZORAS_FOUNTAIN] = HintText::Exclude({
// obscure text
Text{ "a #pot in Zora's Fountain# contains", /*french*/ "TRANSLATION NEEDED", /*spanish*/ "" },
});
hintTable[RHT_POT_LON_LON_RANCH] = HintText::Exclude({
// obscure text
Text{ "a #pot in Lon Lon Ranch# contains", /*french*/ "TRANSLATION NEEDED", /*spanish*/ "" },
});
hintTable[RHT_POT_HYRULE_FIELD] = HintText::Exclude({
// obscure text
Text{ "a #pot in Hyrule Field# contains", /*french*/ "TRANSLATION NEEDED", /*spanish*/ "" },
});
hintTable[RHT_POT_HYRULE_CASTLE] = HintText::Exclude({
// 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

File diff suppressed because it is too large Load Diff