Fixes Ganon's Boss Key hints for keysanity.

This commit is contained in:
Christopher Leggett 2022-08-16 22:12:06 -04:00
parent aba8da5257
commit 5a3ab9bcdc
No known key found for this signature in database
GPG Key ID: 7093AE5FF7037D79

View File

@ -1865,50 +1865,50 @@ void HintTable_Init() {
hintTable[GANON_BK_START_WITH_HINT] = HintText::GanonsBossKey({ hintTable[GANON_BK_START_WITH_HINT] = HintText::GanonsBossKey({
//obscure text //obscure text
Text{"And the evil one's key will&be given from the start.", Text{"And the %revil one%w's key will&be given %rfrom the start%w.",
/*french*/"Aussi, la clé du Malin sera&possession même du héros.", /*french*/"Aussi, la clé du %rMalin%w sera&possession %rmême du héros%w.",
/*spanish*/"Y obtendrás la llave del #señor del mal# desde el #inicio#."}, /*spanish*/"Y obtendrás la llave del #señor del mal# desde el #inicio#."},
}); });
hintTable[GANON_BK_VANILLA_HINT] = HintText::GanonsBossKey({ hintTable[GANON_BK_VANILLA_HINT] = HintText::GanonsBossKey({
//obscure text //obscure text
Text{"And the evil one's key will&be kept in a big chest&inside its tower.", Text{"And the %revil one%w's key will&be kept in a big chest&%rinside its tower%w.",
/*french*/"Aussi, la clé du #Malin# sera&encoffrée #dans sa tour#.", /*french*/"Aussi, la clé du %rMalin%w sera&encoffrée %rdans sa tour%w.",
/*spanish*/"Y la llave del #señor del mal# aguardará en un gran cofre de #su torre#."}, /*spanish*/"Y la llave del #señor del mal# aguardará en un gran cofre de #su torre#."},
}); });
hintTable[GANON_BK_OWN_DUNGEON_HINT] = HintText::GanonsBossKey({ hintTable[GANON_BK_OWN_DUNGEON_HINT] = HintText::GanonsBossKey({
//obscure text //obscure text
Text{"And the evil one's key will&be hidden somewhere inside&its castle.", Text{"And the %revil one%w's key will&be hidden somewhere %rinside&its castle%w.",
/*french*/"Aussi, la clé du #Malin# sera&cachée #dans son vaste château#.", /*french*/"Aussi, la clé du %rMalin%w sera&cachée %rdans son vaste château%w.",
/*spanish*/"Y la llave del #señor del mal# aguardará en #algún lugar de su castillo#."}, /*spanish*/"Y la llave del #señor del mal# aguardará en #algún lugar de su castillo#."},
}); });
hintTable[GANON_BK_OVERWORLD_HINT] = HintText::GanonsBossKey({ hintTable[GANON_BK_OVERWORLD_HINT] = HintText::GanonsBossKey({
//obscure text //obscure text
Text{"And the #evil one#'s key will be hidden #outside of dungeons# in Hyrule.", Text{"And the %revil one%w's key will&be hidden %routside of&dungeons%w in Hyrule.",
/*french*/"Aussi, la clé du #Malin# se&trouve #hors des donjons# d'Hyrule.", /*french*/"Aussi, la clé du %rMalin%w se&trouve %rhors des donjons%w d'Hyrule.",
/*spanish*/"Y la llave del #señor del mal# aguardará #fuera de las mazmorras# de Hyrule."}, /*spanish*/"Y la llave del #señor del mal# aguardará #fuera de las mazmorras# de Hyrule."},
}); });
hintTable[GANON_BK_ANY_DUNGEON_HINT] = HintText::GanonsBossKey({ hintTable[GANON_BK_ANY_DUNGEON_HINT] = HintText::GanonsBossKey({
//obscure text //obscure text
Text{"And the #evil one#'s key will be hidden #inside a dungeon# in Hyrule.", Text{"And the %revil one%w's key will&be hidden %rinside a&dungeon%w in Hyrule.",
/*french*/"Aussi, la clé du #Malin# se&trouve #dans un donjon# d'Hyrule.", /*french*/"Aussi, la clé du %rMalin%w se&trouve %rdans un donjon%w d'Hyrule.",
/*spanish*/"Y la llave del #señor del mal# aguardará #en una mazmorra# de Hyrule."}, /*spanish*/"Y la llave del #señor del mal# aguardará #en una mazmorra# de Hyrule."},
}); });
hintTable[GANON_BK_ANYWHERE_HINT] = HintText::GanonsBossKey({ hintTable[GANON_BK_ANYWHERE_HINT] = HintText::GanonsBossKey({
//obscure text //obscure text
Text{"And the #evil one#'s key will be hidden somewhere #in Hyrule#.", Text{"And the %revil one%w's key will&be hidden somewhere&%rin Hyrule%w.",
/*french*/"Aussi, la clé du #Malin# se&trouve quelque part #dans Hyrule#.", /*french*/"Aussi, la clé du %rMalin%w se&trouve quelque part %rdans Hyrule%w.",
/*spanish*/"Y la llave del #señor del mal# aguardará en #cualquier lugar de Hyrule#."}, /*spanish*/"Y la llave del #señor del mal# aguardará en #cualquier lugar de Hyrule#."},
}); });
hintTable[GANON_BK_TRIFORCE_HINT] = HintText::GanonsBossKey({ hintTable[GANON_BK_TRIFORCE_HINT] = HintText::GanonsBossKey({
//obscure text //obscure text
Text{"And the #evil one#'s key will be given to the Hero once the #Triforce# is completed.", Text{"And the %revil one%w's key will&be given to the Hero once&the %rTriforce%w is completed.",
/*french*/"Aussi, la clé du #Malin# se&révèlera une fois la #Triforce#&assemblée.", /*french*/"Aussi, la clé du %rMalin%w se&révèlera une fois la %rTriforce%w&assemblée.",
/*spanish*/"Y el héroe recibirá la llave del #señor del mal# cuando haya completado la #Trifuerza#."}, /*spanish*/"Y el héroe recibirá la llave del #señor del mal# cuando haya completado la #Trifuerza#."},
}); });