fix kf exit

This commit is contained in:
Demur Rumed 2025-06-30 02:35:57 +00:00
commit c708517346
2 changed files with 2 additions and 2 deletions

View file

@ -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) {