diff options
| author | Prakxo <87568477+Prakxo@users.noreply.github.com> | 2024-09-27 19:26:30 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-27 10:26:30 -0700 |
| commit | 8f359e10f09c51a45c7d45a7e6b91ead5fe05206 (patch) | |
| tree | b03731bed251363fc16cbcf58920af18843d88b4 /src/code/audio.c | |
| parent | 5db5ae72018aaab568ecd9da5fb632c58db44683 (diff) | |
m_player audio and other_func functions (#218)
* m_player_sound
* m_player_other_func
* format
Diffstat (limited to 'src/code/audio.c')
| -rw-r--r-- | src/code/audio.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/code/audio.c b/src/code/audio.c index 71f9bbb..0d8f173 100644 --- a/src/code/audio.c +++ b/src/code/audio.c @@ -76,7 +76,7 @@ void sAdo_SysTrgStart(u16 id) { Na_SysTrgStart(id); } -void sAdo_PlyWalkSe(s32 arg0, xyz_t* pos) { +void sAdo_PlyWalkSe(u16 arg0, xyz_t* pos) { f32 distanceVal; u16 angleVal; @@ -84,7 +84,7 @@ void sAdo_PlyWalkSe(s32 arg0, xyz_t* pos) { Na_PlyWalkSe(arg0, angleVal, distanceVal); } -void sAdo_PlyWalkSeRoom(s32 arg0, xyz_t* pos) { +void sAdo_PlyWalkSeRoom(u8 arg0, xyz_t* pos) { f32 distanceVal; u16 angleVal; |
