Skip to content

Commit

Permalink
Fixed Wilda and Zazan hints not working properly
Browse files Browse the repository at this point in the history
  • Loading branch information
Dinopony committed Oct 4, 2022
1 parent b4ac703 commit a16a2d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/patches/patch_apply_hint_text.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ class PatchApplyHintText : public GamePatch
{
const std::string& hint_text = world.hint_source("torla_mountain")->text();

RoomStrings strings(MAP_TORLA_MOUNTAIN_448, data);
RoomStrings strings(MAP_325, data);

strings.string(10) = TextboxFormatter(
R"(\FUngh\T\W2\T\W2 You humans have grown so strong, too strong, during my long rest.\A)"
Expand Down Expand Up @@ -170,7 +170,7 @@ class PatchApplyHintText : public GamePatch
{
const std::string& hint_text = world.hint_source("great_tree")->text();

RoomStrings strings(MAP_GREAT_TREE_156, data);
RoomStrings strings(MAP_GREAT_TREE_153, data);

strings.string(48) = TextboxFormatter(
R"(\EAhh! Furless one, you have come so far, but this is the end of your sad journey of self delusion.\A)"
Expand Down

0 comments on commit a16a2d0

Please sign in to comment.