diff options
author | Rémi Calixte <remicalixte.rmc@gmail.com> | 2021-07-27 21:58:07 +0200 |
---|---|---|
committer | Rémi Calixte <remicalixte.rmc@gmail.com> | 2021-07-27 21:58:07 +0200 |
commit | 599ff56901be2bdee6e96d202a9210685b051daa (patch) | |
tree | f8075b575fb54a96200c3ae9e8f9517eb53f52cf /include | |
parent | 6239e413783793c096ac91f1cab90ee9c9583ad1 (diff) |
document Chatot_checkCry
Diffstat (limited to 'include')
-rw-r--r-- | include/sound_chatot.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sound_chatot.h b/include/sound_chatot.h index cff116a2..35e4363d 100644 --- a/include/sound_chatot.h +++ b/include/sound_chatot.h @@ -5,7 +5,7 @@ #include "sav_chatot.h" BOOL FUN_02005CFC(); -BOOL FUN_02005D20(struct SaveChatotSoundClip *param0); +BOOL Chatot_checkCry(struct SaveChatotSoundClip *param0); u32 FUN_02005D48(struct SaveChatotSoundClip *param0, u32 param1, s32 param2, s32 param3); void FUN_02005DFC(); u32 Chatot_startRecording(); |