mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-05 15:34:41 +00:00
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
This commit is contained in:
parent
0b18419489
commit
80edcc3801
9 changed files with 706 additions and 141 deletions
|
@ -543,7 +543,7 @@ f32 Audio_OcaAdjStick(s8 inp) {
|
|||
} else {
|
||||
inpAdj = (inp * 128) / 64;
|
||||
}
|
||||
ret = D_8012F6B4[inpAdj];
|
||||
ret = gBendPitchTwoSemitonesFrequencies[inpAdj + 128];
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue