diff options
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; } |
