summaryrefslogtreecommitdiff
path: root/include/sound_chatot.h
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@users.noreply.github.com>2021-08-05 15:42:00 -0400
committerGitHub <noreply@github.com>2021-08-05 15:42:00 -0400
commit7ef47d78e4df35da975471c4fd0499e3ca8a1080 (patch)
tree74a42c95502bc5ddc15a753aaeb9fbf6b06edf83 /include/sound_chatot.h
parentf00cb7ad08e2b2770e3c4ba8a749a7a9e113b616 (diff)
parent1da53f50293e9856ed7c5b8d6ae66d8ecce85ecc (diff)
Merge pull request #440 from remicalixte/unk_02005CFC
decompile unk_02005CFC.s into sound_chatot.c
Diffstat (limited to 'include/sound_chatot.h')
-rw-r--r--include/sound_chatot.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/include/sound_chatot.h b/include/sound_chatot.h
new file mode 100644
index 00000000..fbbba0c6
--- /dev/null
+++ b/include/sound_chatot.h
@@ -0,0 +1,19 @@
+#ifndef POKEDIAMOND_SOUND_CHATOT_H
+#define POKEDIAMOND_SOUND_CHATOT_H
+
+#include "global.h"
+#include "sav_chatot.h"
+
+BOOL FUN_02005CFC(void);
+BOOL Chatot_checkCry(struct SaveChatotSoundClip *param0);
+u32 FUN_02005D48(struct SaveChatotSoundClip *param0, u32 param1, s32 param2, s32 param3);
+void FUN_02005DFC(void);
+u32 Chatot_startRecording(void);
+void Chatot_stopRecording(void);
+void Chatot_saveRecording(struct SaveChatotSoundClip *param0);
+void FUN_02005E80(u8 param0);
+void FUN_02005E90(struct SaveChatotSoundClip *param0, u32 param1, s32 param2, s32 param3);
+u32 FUN_02005EE0(struct SaveChatotSoundClip *param0);
+BOOL FUN_02005F14(s32 param0);
+
+#endif // POKEDIAMOND_UNK_02005CFC_H