mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-20 14:01:15 +00:00
Document z_lib Sfx Functions (#1470)
* document lib sfx * rename functions
This commit is contained in:
parent
18d609c1a3
commit
b8aa2a251e
112 changed files with 399 additions and 388 deletions
|
@ -231,7 +231,7 @@ void func_80966E98(Demo6K* this, PlayState* play) {
|
|||
}
|
||||
|
||||
if (this->timer1 == 39) {
|
||||
func_800788CC(NA_SE_EV_CONSENTRATION);
|
||||
Sfx_PlaySfxCentered2(NA_SE_EV_CONSENTRATION);
|
||||
Actor_Spawn(&play->actorCtx, play, ACTOR_DEMO_6K, this->actor.world.pos.x, this->actor.world.pos.y + 10.0f,
|
||||
this->actor.world.pos.z, 0, 0, 0, 2);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue