mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-13 19:35:28 +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
|
@ -1510,7 +1510,7 @@ void Cutscene_Command_Textbox(PlayState* play, CutsceneContext* csCtx, CsCmdText
|
|||
} else {
|
||||
if (D_8011E1C4 != cmd->base) {
|
||||
D_8011E1C4 = cmd->base;
|
||||
func_8010BD58(play, cmd->base);
|
||||
Message_StartOcarina(play, cmd->base);
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
@ -1549,7 +1549,7 @@ void Cutscene_Command_Textbox(PlayState* play, CutsceneContext* csCtx, CsCmdText
|
|||
|
||||
if (dialogState == TEXT_STATE_EVENT) {
|
||||
if (Message_ShouldAdvance(play)) {
|
||||
func_8010BD58(play, cmd->base);
|
||||
Message_StartOcarina(play, cmd->base);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue