mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-11 17:30:25 +00:00
Fix some hardcoded sfx ids (#2496)
This commit is contained in:
parent
c1eb0a79bc
commit
65b317abc3
2 changed files with 3 additions and 2 deletions
|
@ -2882,7 +2882,7 @@ void func_800F4578(Vec3f* pos, u16 sfxId, f32 arg2) {
|
|||
|
||||
void func_800F45D0(f32 arg0) {
|
||||
func_800F4414(&gSfxDefaultPos, NA_SE_IT_FISHING_REEL_SLOW - SFX_FLAG, arg0);
|
||||
func_800F436C(&gSfxDefaultPos, 0, (0.15f * arg0) + 1.4f);
|
||||
func_800F436C(&gSfxDefaultPos, NA_SE_NONE, (0.15f * arg0) + 1.4f);
|
||||
}
|
||||
|
||||
void Audio_PlaySfxRiver(Vec3f* pos, f32 freqScale) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue