mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-23 23:41:24 +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
|
@ -704,7 +704,7 @@ void ObjBean_GrowWaterPhase3(ObjBean* this, PlayState* play) {
|
|||
}
|
||||
this->stateFlags |= BEAN_STATE_BEEN_WATERED;
|
||||
Actor_PlaySfx(&this->dyna.actor, NA_SE_EV_BUTTERFRY_TO_FAIRY);
|
||||
func_80078884(NA_SE_SY_TRE_BOX_APPEAR);
|
||||
Sfx_PlaySfxCentered(NA_SE_SY_TRE_BOX_APPEAR);
|
||||
}
|
||||
} else if (this->timer <= 0) {
|
||||
ObjBean_SetupGrowWaterPhase4(this);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue