ori-community / wotw-seedgen

Seed Generator for the Ori and the Will of the Wisps randomizer
5 stars 9 forks source link

Rewrite hint headers to pull item names instead of hardcoding #47

Open toadettexmushina opened 2 years ago

toadettexmushina commented 2 years ago

Existing hint headers have item names just written in, like: ...|6|Burrow: $WHEREIS(2|101), <>

Gonna rewrite things so that it pulls the name instead, using the nocolor function ...|6|$[2|101:nocolor]: $WHEREIS(2|101), <>

This will allow for the headers to automatically update if the names are changed, and for custom pickup names to carry forward into hint headers.

see: https://github.com/ori-rando/wotw-client/issues/281