Skip to content

Commit

Permalink
add hint text for medigoron and granny shop shuffle (#631)
Browse files Browse the repository at this point in the history
  • Loading branch information
Archez committed Jan 19, 2023
1 parent ddfda21 commit ba4c8c6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions source/hint_list/hint_list_exclude_overworld.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -393,6 +393,15 @@ void HintTable_Init_Exclude_Overworld() {
Text{"a #carpet guru# sells", /*french*/"#un marchand du désert# vend", /*spanish*/"el #genio de una alfombra# vende", /*italian*/"il #mercante volante# vende", /*german*/"die Ware des #fliegenden Einsiedlers#, |wäre|wären|"},
});

hintTable[GC_MEDIGORON] = HintText::Exclude({
//obscure text
Text{"#Medigoron# sells", /*french*/"#Medigoron# vend", /*spanish*/"#Medigoron# vende", /*italian*/"#Medigoron# vende", /*german*/"#Medigoron#, |wäre|wären|"},
});

hintTable[KAK_GRANNYS_SHOP] = HintText::Exclude({
// obscure text
Text{"the #potion shop lady# sells", /*french*/"la #gribiche du magasin de potion# vend", /*spanish*/"la #señora de la tienda de pociones# vende", /*italian*/"la #vecchietta del negozio di pozioni# vende", /*german*/"#Omas Allerlei#, |wäre|wären|"},
});

hintTable[KAK_IMPAS_HOUSE_FREESTANDING_POH] = HintText::Exclude({
// obscure text
Expand Down

0 comments on commit ba4c8c6

Please sign in to comment.