Fixup actor audio flags docs (#1682)

* Fixup actor audio flags docs

* format
This commit is contained in:
Dragorn421
2024-09-07 15:48:30 +02:00
committed by GitHub
parent d925976c82
commit 3add37c3a0
18 changed files with 56 additions and 56 deletions
+1 -1
View File
@@ -123,9 +123,9 @@ s32 Actor_HasNoRider(PlayState* play, Actor* horse);
void Actor_PlaySfx(Actor* actor, u16 sfxId);
void Actor_PlaySfx_SurfaceBomb(PlayState* play, Actor* actor);
void Actor_PlaySfx_Flagged2(Actor* actor, u16 sfxId);
void Actor_PlaySfx_FlaggedCentered1(Actor* actor, u16 sfxId);
void Actor_PlaySfx_FlaggedCentered2(Actor* actor, u16 sfxId);
void Actor_PlaySfx_FlaggedCentered3(Actor* actor, u16 sfxId);
void Actor_PlaySfx_Flagged(Actor* actor, u16 sfxId);
void Actor_PlaySfx_FlaggedTimer(Actor* actor, s32 timer);
void Actor_PlaySeq_FlaggedKamaroDance(Actor* actor);