mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-04 15:04:31 +00:00
Document flag for swinging bottle (#1272)
* Document flag for swinging bottle * Add bug, minor documentation to func_8084ECA4 * Update comments * Add newline to z64cutscene_commands.h * Review
This commit is contained in:
parent
826924afea
commit
be57b6bf4c
6 changed files with 19 additions and 15 deletions
|
@ -242,8 +242,8 @@ f32 Audio_AdsrUpdate(AdsrState* adsr) {
|
|||
case ADSR_STATE_START_LOOP:
|
||||
adsr->envIndex = 0;
|
||||
adsr->action.s.state = ADSR_STATE_LOOP;
|
||||
FALLTHROUGH;
|
||||
retry:;
|
||||
FALLTHROUGH;
|
||||
case ADSR_STATE_LOOP:
|
||||
adsr->delay = adsr->envelope[adsr->envIndex].delay;
|
||||
switch (adsr->delay) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue