mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-16 20:10:28 +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
|
@ -248,7 +248,7 @@ void ObjTimeblock_Normal(ObjTimeblock* this, PlayState* play) {
|
|||
this->isVisible = newIsVisible;
|
||||
|
||||
if (this->demoEffectTimer == 50) {
|
||||
func_80078884(NA_SE_SY_TRE_BOX_APPEAR);
|
||||
Sfx_PlaySfxCentered(NA_SE_SY_TRE_BOX_APPEAR);
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -283,7 +283,7 @@ void ObjTimeblock_AltBehaviorVisible(ObjTimeblock* this, PlayState* play) {
|
|||
func_80BA06AC(this, play);
|
||||
|
||||
if (this->demoEffectTimer == 50) {
|
||||
func_80078884(NA_SE_SY_TRE_BOX_APPEAR);
|
||||
Sfx_PlaySfxCentered(NA_SE_SY_TRE_BOX_APPEAR);
|
||||
}
|
||||
|
||||
if (!this->isVisible && this->demoEffectTimer <= 0) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue