diff options
| author | MegaMech <MegaMech@users.noreply.github.com> | 2022-04-26 16:48:36 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-26 15:48:36 -0700 |
| commit | 2f8a1bfcb663adea7bea935ef1dcb8a2f82d46cb (patch) | |
| tree | f5cd483c48f0c2b4b97089c9648e4ae990d92bcc /src/audio | |
| parent | 626513f90aca28597857768ff5fd45acd1dd9b59 (diff) | |
Actor decomp (#183)
* Actor decomp
Diffstat (limited to 'src/audio')
| -rw-r--r-- | src/audio/external.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/audio/external.c b/src/audio/external.c index ec11461f5..a10446013 100644 --- a/src/audio/external.c +++ b/src/audio/external.c @@ -5242,7 +5242,8 @@ extern ? D_800EA1C8; extern ? D_800EA1D4; extern ? D_800EA1DC; -void func_800C98B8(s32 arg0, ? arg1, s32 arg2) { +// Precursor to play_sound +void func_800C98B8(Vec3f arg0, Vec3f arg1, u32 arg2) { s32 temp_t0; void *temp_v0; s32 phi_s0; |
