diff options
| author | Jordan Longstaff <JordanLongstaff@users.noreply.github.com> | 2026-02-26 03:59:16 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-02-26 09:59:16 +0100 |
| commit | 3d51e210200ef05059a42b5e1cdb7ab2d59348d6 (patch) | |
| tree | 7d56f77316a8eb1ea81ce9d7e4f58b094996b76a /include | |
| parent | ba71ca39d24de8303097e42a51ccaa46522878ef (diff) | |
Finish `EnMThunder` documentation (#2702)
* Finish `EnMThunder` documentation
* Boolean conversion
* Hex to decimal conversions
* Rename static variables
Diffstat (limited to 'include')
| -rw-r--r-- | include/audio.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/audio.h b/include/audio.h index 2dbf10750..60c19d495 100644 --- a/include/audio.h +++ b/include/audio.h @@ -1164,7 +1164,7 @@ void func_800F436C(Vec3f* pos, u16 sfxId, f32 arg2); void func_800F4414(Vec3f* pos, u16 sfxId, f32); void func_800F44EC(s8 arg0, s8 arg1); void func_800F4524(Vec3f* pos, u16 sfxId, s8 arg2); -void func_800F4254(Vec3f* pos, u8 level); +void Audio_PlaySwordChargeSfx(Vec3f* pos, u8 level); void Audio_PlaySfxRiver(Vec3f* pos, f32 freqScale); void Audio_PlaySfxWaterfall(Vec3f* pos, f32 freqScale); void Audio_SetBgmVolumeOffDuringFanfare(void); |
