diff options
| author | Jameriquiah <42100286+Jameriquiah@users.noreply.github.com> | 2026-04-29 12:37:20 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-04-29 09:37:20 -0700 |
| commit | 1a46d2ec96875fbd0679a9055ed10940f90ea282 (patch) | |
| tree | aa1edddf2da5defa68721124034550d1889882c8 | |
| parent | ea76550fc703dbcfe9b3bfbda5d301cd554cce01 (diff) | |
hyrule field typo fix (#6574)
| -rw-r--r-- | soh/soh/Enhancements/randomizer/3drando/hint_list/hint_list_exclude_overworld.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/soh/soh/Enhancements/randomizer/3drando/hint_list/hint_list_exclude_overworld.cpp b/soh/soh/Enhancements/randomizer/3drando/hint_list/hint_list_exclude_overworld.cpp index 487c76158..aca29a014 100644 --- a/soh/soh/Enhancements/randomizer/3drando/hint_list/hint_list_exclude_overworld.cpp +++ b/soh/soh/Enhancements/randomizer/3drando/hint_list/hint_list_exclude_overworld.cpp @@ -2128,7 +2128,7 @@ void StaticData::HintTable_Init_Exclude_Overworld() { /*french*/ "Selon moi, un #arbre au Ranch Lon Lon# cache #[[1]]#.", { QM_RED, QM_GREEN })); hintTextTable[RHT_BUSH_HYRULE_FIELD] = - HintText(CustomMessage("They say that a #bush in Hyrle Field# contains #[[1]]#.", + HintText(CustomMessage("They say that a #bush in Hyrule Field# contains #[[1]]#.", /*german*/ "", /*french*/ "Selon moi, un #buisson dans la Plaine d'Hyrule# cache #[[1]]#.", { QM_RED, QM_GREEN })); hintTextTable[RHT_BUSH_ZORAS_FOUNTAIN] = |
