mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-21 22:41:14 +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
|
@ -54,7 +54,7 @@ void EfcErupc_UpdateAction(EfcErupc* this, PlayState* play) {
|
|||
if (play->csCtx.actorCues[1] != NULL) {
|
||||
if (play->csCtx.actorCues[1]->id == 2) {
|
||||
if (this->unk_150 == 30) {
|
||||
func_800788CC(NA_SE_IT_EARTHQUAKE);
|
||||
Sfx_PlaySfxCentered2(NA_SE_IT_EARTHQUAKE);
|
||||
}
|
||||
if (this->unk_150 <= 64) {
|
||||
if (this->unk_154 < 200) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue