mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-21 14:31:17 +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
|
@ -883,7 +883,7 @@ void ObjectKankyo_Beams(ObjectKankyo* this, PlayState* play) {
|
|||
for (i = 0; i < 6; i++) {
|
||||
if (play->csCtx.npcActions[i + 1] != NULL && play->csCtx.npcActions[i + 1]->action == 2) {
|
||||
if (this->effects[i].size == 0.1f) {
|
||||
func_800F3F3C(11);
|
||||
Audio_PlayCutsceneEffectsSequence(SEQ_CS_EFFECTS_TRIAL_DESTROY);
|
||||
}
|
||||
Math_ApproachZeroF(&this->effects[i].size, 0.1f, 0.1f);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue