mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-21 14:31:17 +00:00
Match entity actors O-T (#1826)
This commit is contained in:
parent
cdd24f2ac6
commit
c86bf5011b
23 changed files with 243 additions and 134 deletions
|
@ -1513,7 +1513,8 @@ void EnSkj_WaitForOfferResponse(EnSkj* this, PlayState* play) {
|
|||
|
||||
player->stateFlags3 |= PLAYER_STATE3_5; // makes player take ocarina out right away after closing box
|
||||
this->actionFunc = EnSkj_SetupWaitForOcarina;
|
||||
} break;
|
||||
break;
|
||||
}
|
||||
case 1: // no
|
||||
this->actionFunc = EnSkj_CleanupOcarinaGame;
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue