mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-19 13:00:11 -07:00
fix kf exit
This commit is contained in:
parent
c946502b12
commit
c708517346
2 changed files with 2 additions and 2 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue