mirror of
https://github.com/zeldaret/oot
synced 2026-08-22 06:44:46 -04:00
Name Actor_PlaySfx and Player_PlaySfx (#1469)
* name two main actor sfx functions * adjust comments * fix double s in player * fix commas
This commit is contained in:
+2
-2
@@ -428,8 +428,8 @@ void func_8002F6D4(PlayState* play, Actor* actor, f32 arg2, s16 arg3, f32 arg4,
|
||||
void func_8002F71C(PlayState* play, Actor* actor, f32 arg2, s16 arg3, f32 arg4);
|
||||
void func_8002F758(PlayState* play, Actor* actor, f32 arg2, s16 arg3, f32 arg4, u32 arg5);
|
||||
void func_8002F7A0(PlayState* play, Actor* actor, f32 arg2, s16 arg3, f32 arg4);
|
||||
void func_8002F7DC(Actor* actor, u16 sfxId);
|
||||
void Audio_PlayActorSfx2(Actor* actor, u16 sfxId);
|
||||
void Player_PlaySfx(Player* player, u16 sfxId);
|
||||
void Actor_PlaySfx(Actor* actor, u16 sfxId);
|
||||
void func_8002F850(PlayState* play, Actor* actor);
|
||||
void func_8002F8F0(Actor* actor, u16 sfxId);
|
||||
void func_8002F91C(Actor* actor, u16 sfxId);
|
||||
|
||||
Reference in New Issue
Block a user