mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-13 11:24:40 +00:00
Naming a function (#2124)
* Naming a function * Naming function * Update functions.txt * Update function name * Update function name * Update function name * Update function name
This commit is contained in:
parent
acb5c7f20c
commit
0b011033fc
3 changed files with 5 additions and 5 deletions
|
@ -133,7 +133,7 @@ void Audio_ProcessSfxRequest(void);
|
|||
void Audio_ChooseActiveSfx(u8 bankId);
|
||||
void Audio_PlayActiveSfx(u8 bankId);
|
||||
void Audio_StopSfxByBank(u8 bankId);
|
||||
void func_800F8884(u8 bankId, Vec3f* pos);
|
||||
void Audio_RemoveSfxFromBankByPos(u8 bankId, Vec3f* pos);
|
||||
void Audio_StopSfxByPosAndBank(u8 bankId, Vec3f* pos);
|
||||
void Audio_StopSfxByPos(Vec3f* pos);
|
||||
void Audio_StopSfxByPosAndId(Vec3f* pos, u16 sfxId);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue