diff options
| author | engineer124 <47598039+engineer124@users.noreply.github.com> | 2021-11-13 02:52:17 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-12 10:52:17 -0500 |
| commit | 80edcc3801723348c4c4350dfe8194a6274e5357 (patch) | |
| tree | f1ca7e76c80e4aaac36ed6327056388e2030629a /src/code/code_800EC960.c | |
| parent | 0b1841948932937d421daacc6d422a450396a8c8 (diff) | |
Import Audio Synthesis Data (#1010)
* Import audio synth data, OK
* Cleanup data
* Merge data into 1 file
* naming
* format
* Fix data
* Separate audio_data into it's own file
* CleanUp, more PR suggestions
* Fix audio_effects.data.s
* Format audio_data
* rm asm, always gets me
Diffstat (limited to 'src/code/code_800EC960.c')
| -rw-r--r-- | src/code/code_800EC960.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/code_800EC960.c b/src/code/code_800EC960.c index 0b5695855..afae2a59c 100644 --- a/src/code/code_800EC960.c +++ b/src/code/code_800EC960.c @@ -543,7 +543,7 @@ f32 Audio_OcaAdjStick(s8 inp) { } else { inpAdj = (inp * 128) / 64; } - ret = D_8012F6B4[inpAdj]; + ret = gBendPitchTwoSemitonesFrequencies[inpAdj + 128]; return ret; } |
