mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-14 19:10:25 +00:00
Document Sequence Cutscene Effects (Sequence 109) (#1246)
* Seq 109 docs * Fix * Reorder function name
This commit is contained in:
parent
fa1ea37d54
commit
0a95d17aa8
12 changed files with 42 additions and 23 deletions
|
@ -50,10 +50,10 @@ void func_80991298(DemoShd* this, PlayState* play) {
|
|||
if ((play->csCtx.state != CS_STATE_IDLE && play->csCtx.npcActions[0] != NULL) ||
|
||||
(play->csCtx.state != CS_STATE_IDLE && play->csCtx.npcActions[1] != NULL)) {
|
||||
if (play->csCtx.frames == 800) {
|
||||
func_800F3F3C(9);
|
||||
Audio_PlayCutsceneEffectsSequence(SEQ_CS_EFFECTS_BONGO_EMERGES);
|
||||
}
|
||||
if (play->csCtx.frames == 1069) {
|
||||
func_800F3F3C(8);
|
||||
Audio_PlayCutsceneEffectsSequence(SEQ_CS_EFFECTS_BONGO_HOVER);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue