Skip to content

Commit

Permalink
FixBossText (#113)
Browse files Browse the repository at this point in the history
- Fix boss hint text to not be missing a linking word
- Update Z3DR
  • Loading branch information
Tacoman369 authored Sep 14, 2024
1 parent 63bde9f commit 0dea73a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Z3DR
10 changes: 5 additions & 5 deletions source/hint_list.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2292,11 +2292,11 @@ void HintTable_Init() {
/*-----------------------
| BOSS HINT TEXT |
-----------------------*/
hintTable[ODOLWA] = HintText::Boss({Text{"a masked jungle warrior", "**FRENCH**", "**SPANISH**"}});
hintTable[GOHT] = HintText::Boss({Text{"a masked mechanical monster", "**FRENCH**", "**SPANISH**"}});
hintTable[GYORG] = HintText::Boss({Text{"a gargantuan masked fish", "**FRENCH**", "**SPANISH**"}});
hintTable[TWINMOLD] = HintText::Boss({Text{"a giant masked insect", "**FRENCH**", "**SPANISH**"}});
hintTable[MAJORA] = HintText::Boss({Text{"a cursed mask", "**FRENCH**", "**SPANISH**"}});
hintTable[ODOLWA] = HintText::Boss({Text{"a masked jungle warrior holds", "**FRENCH**", "**SPANISH**"}});
hintTable[GOHT] = HintText::Boss({Text{"a masked mechanical monster holds", "**FRENCH**", "**SPANISH**"}});
hintTable[GYORG] = HintText::Boss({Text{"a gargantuan masked fish holds", "**FRENCH**", "**SPANISH**"}});
hintTable[TWINMOLD] = HintText::Boss({Text{"a giant masked insect holds", "**FRENCH**", "**SPANISH**"}});
hintTable[MAJORA] = HintText::Boss({Text{"a cursed mask holds", "**FRENCH**", "**SPANISH**"}});


}
Expand Down

0 comments on commit 0dea73a

Please sign in to comment.