From c708517346d63089396c6cf4e66b2bbf156a944e Mon Sep 17 00:00:00 2001 From: Demur Rumed Date: Mon, 30 Jun 2025 02:35:57 +0000 Subject: [PATCH] fix kf exit --- soh/soh/Enhancements/randomizer/randomizer_grotto.c | 2 +- soh/soh/OTRGlobals.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/soh/soh/Enhancements/randomizer/randomizer_grotto.c b/soh/soh/Enhancements/randomizer/randomizer_grotto.c index 042efadf4..96105728a 100644 --- a/soh/soh/Enhancements/randomizer/randomizer_grotto.c +++ b/soh/soh/Enhancements/randomizer/randomizer_grotto.c @@ -184,7 +184,7 @@ s16 Grotto_GetEntranceValueHandlingGrottoRando(s16 nextEntranceIndex) { } // Translates and overrides the passed in entrance index if it corresponds to a -// special grotto entrance (grotto load or returnpoint) and updates player respawn data correctly. +// special grotto entrance (grotto load or return point) and updates player respawn data correctly. s16 Grotto_OverrideSpecialEntrance(s16 nextEntranceIndex) { // Don't change anything unless grotto shuffle has been enabled diff --git a/soh/soh/OTRGlobals.cpp b/soh/soh/OTRGlobals.cpp index e44e8c07b..620e473af 100644 --- a/soh/soh/OTRGlobals.cpp +++ b/soh/soh/OTRGlobals.cpp @@ -2313,7 +2313,7 @@ extern "C" int CustomMessage_RetrieveIfExists(PlayState* play) { entrance = ENTR_LINKS_HOUSE_1; break; case TEXT_KOKIRI_EXIT_SIGN: - entrance = ENTR_LOST_WOODS_BRIDGE_WEST_EXIT; + entrance = ENTR_LOST_WOODS_BRIDGE_EAST_EXIT; break; case TEXT_ZD_SIGN: if (gPlayState->sceneNum == SCENE_ZORAS_DOMAIN) {