mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-21 14:31:17 +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
|
@ -206,7 +206,7 @@ void ObjectKankyo_Fairies(ObjectKankyo* this, PlayState* play) {
|
|||
func_800F436C(&sSfxPos, NA_SE_EV_NAVY_FLY - SFX_FLAG, (0.4f * dist) + 0.6f);
|
||||
switch (play->csCtx.curFrame) {
|
||||
case 473:
|
||||
func_800788CC(NA_SE_VO_NA_HELLO_3);
|
||||
Sfx_PlaySfxCentered2(NA_SE_VO_NA_HELLO_3);
|
||||
break;
|
||||
|
||||
case 583:
|
||||
|
@ -214,11 +214,11 @@ void ObjectKankyo_Fairies(ObjectKankyo* this, PlayState* play) {
|
|||
break;
|
||||
|
||||
case 763:
|
||||
func_80078884(NA_SE_EV_NAVY_CRASH - SFX_FLAG);
|
||||
Sfx_PlaySfxCentered(NA_SE_EV_NAVY_CRASH - SFX_FLAG);
|
||||
break;
|
||||
|
||||
case 771:
|
||||
func_80078884(NA_SE_VO_RT_THROW);
|
||||
Sfx_PlaySfxCentered(NA_SE_VO_RT_THROW);
|
||||
break;
|
||||
|
||||
default:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue