diff options
| author | MegaMech <MegaMech@users.noreply.github.com> | 2024-05-01 19:19:02 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-01 19:19:02 -0600 |
| commit | f5d8147d4bbe44c64903c9e6627b9a5dd7d2eb26 (patch) | |
| tree | 06d07a9309a1b14100cb286f557e33a2fcabdb68 /src/audio/data.c | |
| parent | a66a6fd0091161bd4864f25ce4794397058eefcb (diff) | |
Update Attempts and cleanup synthesis_process_notes (#633)
* Update code_80005FD0.c
Diffstat (limited to 'src/audio/data.c')
| -rw-r--r-- | src/audio/data.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/audio/data.c b/src/audio/data.c index f1cb322ad..5efa7734a 100644 --- a/src/audio/data.c +++ b/src/audio/data.c @@ -354,9 +354,9 @@ u16 gHeadsetPanQuantization[0x10] = { 0x40, 0x40, 0x30, 0x30, 0x20, 0x20, 0x10, 0, 0, 0, }; -s32 gUnknownData_800F6290[32] = { //maybe envelope of some kind? - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 500, 0, 0, 0, 500, 0, 0, 0, 500, 0, 0, 0, 500, 0, 0, +s16 gUnknownData_800F6290[64] = { // maybe envelope of some kind? + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 500, 0, 0, 0, 0, 0, 0, 0, 500, 0, 0, 0, 0, 0, 0, 0, 500, 0, 0, 0, 0, 0, 0, 0, 500, 0, 0, 0, 0, }; // Linearly interpolated between |
