mirror of
https://github.com/zeldaret/oot
synced 2026-05-24 15:21:04 -04: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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user