mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-20 22:11:16 +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
|
@ -668,7 +668,7 @@ void func_80A1BE98(EnFr* this, PlayState* play) {
|
|||
}
|
||||
}
|
||||
|
||||
func_8010BD58(play, OCARINA_ACTION_CHECK_NOWARP);
|
||||
Message_StartOcarina(play, OCARINA_ACTION_CHECK_NOWARP);
|
||||
this->actionFunc = EnFr_ListeningToOcarinaNotes;
|
||||
}
|
||||
|
||||
|
@ -822,7 +822,7 @@ void EnFr_SetupFrogSong(EnFr* this, PlayState* play) {
|
|||
} else {
|
||||
this->frogSongTimer = 40;
|
||||
this->ocarinaNoteIndex = 0;
|
||||
func_8010BD58(play, OCARINA_ACTION_FROGS);
|
||||
Message_StartOcarina(play, OCARINA_ACTION_FROGS);
|
||||
this->ocarinaNote = EnFr_GetNextNoteFrogSong(this->ocarinaNoteIndex);
|
||||
EnFr_CheckOcarinaInputFrogSong(this->ocarinaNote);
|
||||
this->actionFunc = EnFr_ContinueFrogSong;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue