mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-21 06:21:16 +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
|
@ -254,7 +254,7 @@ void EnMk_Wait(EnMk* this, PlayState* play) {
|
|||
Animation_GetLastFrame(&object_mk_Anim_000368), ANIMMODE_ONCE, -4.0f);
|
||||
this->flags &= ~2;
|
||||
gSaveContext.subTimerState = SUBTIMER_STATE_OFF;
|
||||
func_80078884(NA_SE_SY_TRE_BOX_APPEAR);
|
||||
Sfx_PlaySfxCentered(NA_SE_SY_TRE_BOX_APPEAR);
|
||||
break;
|
||||
default:
|
||||
player->actor.textId = 0x4018;
|
||||
|
@ -334,7 +334,7 @@ void EnMk_Update(Actor* thisx, PlayState* play) {
|
|||
|
||||
if (!(this->flags & 4) && (this->swimFlag >= 8)) {
|
||||
this->flags |= 4;
|
||||
func_80078884(NA_SE_SY_CORRECT_CHIME);
|
||||
Sfx_PlaySfxCentered(NA_SE_SY_CORRECT_CHIME);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue