diff options
| author | Philip Dubé <serprex@users.noreply.github.com> | 2026-03-19 01:38:56 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-19 01:38:56 +0000 |
| commit | 9f6ffc9f2aba47d21dff466d7bd4a0b71f1af188 (patch) | |
| tree | 6a09e55a09316422e396e9451b79f4f02bb93a3b /soh/assets | |
| parent | 2f12677b25959f85e322ea47d45dc8ea53e0ccb1 (diff) | |
z_en_ko.c: port over more improvements from decomp, add hook to fix vanilla forest quest state bug (#6373)
Diffstat (limited to 'soh/assets')
3 files changed, 3 insertions, 0 deletions
diff --git a/soh/assets/custom/presets/Enhancements - Curated First Time Vanilla.json b/soh/assets/custom/presets/Enhancements - Curated First Time Vanilla.json index 3b483d5ce..76aee067a 100644 --- a/soh/assets/custom/presets/Enhancements - Curated First Time Vanilla.json +++ b/soh/assets/custom/presets/Enhancements - Curated First Time Vanilla.json @@ -27,6 +27,7 @@ "FixTexturesOOB": 1, "FixVineFall": 1, "FixZoraHintDialogue": 1, + "FixKokiriForestQuestStage": 1, "FrogsModifyFailTime": 2, "GerudoWarriorClothingFix": 1, "GravediggingTourFix": 1, diff --git a/soh/assets/custom/presets/Enhancements - Curated Randomizer.json b/soh/assets/custom/presets/Enhancements - Curated Randomizer.json index 78d1e5d75..d7d660cae 100644 --- a/soh/assets/custom/presets/Enhancements - Curated Randomizer.json +++ b/soh/assets/custom/presets/Enhancements - Curated Randomizer.json @@ -55,6 +55,7 @@ "FixTexturesOOB": 1, "FixVineFall": 1, "FixZoraHintDialogue": 1, + "FixKokiriForestQuestStage": 1, "ForgeTime": 0, "FrogsModifyFailTime": 2, "GerudoWarriorClothingFix": 1, diff --git a/soh/assets/custom/presets/Enhancements - Curated Returning Vanilla.json b/soh/assets/custom/presets/Enhancements - Curated Returning Vanilla.json index 8a00f87f3..501661a9e 100644 --- a/soh/assets/custom/presets/Enhancements - Curated Returning Vanilla.json +++ b/soh/assets/custom/presets/Enhancements - Curated Returning Vanilla.json @@ -27,6 +27,7 @@ "FixTexturesOOB": 1, "FixVineFall": 1, "FixZoraHintDialogue": 1, + "FixKokiriForestQuestStage": 1, "FrogsModifyFailTime": 2, "GerudoWarriorClothingFix": 1, "GravediggingTourFix": 1, |
