mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-21 14:31:17 +00:00
Name Message_StartOcarina
and related things (#1473)
* name functions and msg ctx var * start ocarina * clarifying comments * typo
This commit is contained in:
parent
7100b17e5f
commit
1c6878b070
21 changed files with 43 additions and 42 deletions
|
@ -302,7 +302,7 @@ void func_809C9700(EnBox* this, PlayState* play) {
|
|||
}
|
||||
|
||||
if (this->unk_1FB == ENBOX_STATE_1) {
|
||||
func_8010BD58(play, OCARINA_ACTION_FREE_PLAY);
|
||||
Message_StartOcarina(play, OCARINA_ACTION_FREE_PLAY);
|
||||
this->unk_1FB = ENBOX_STATE_2;
|
||||
} else if (this->unk_1FB == ENBOX_STATE_2 && play->msgCtx.ocarinaMode == OCARINA_MODE_04) {
|
||||
if ((play->msgCtx.lastPlayedSong == OCARINA_SONG_LULLABY && this->type == ENBOX_TYPE_9) ||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue