diff options
author | Rémi Calixte <remicalixte.rmc@gmail.com> | 2021-07-27 21:43:18 +0200 |
---|---|---|
committer | Rémi Calixte <remicalixte.rmc@gmail.com> | 2021-07-27 21:43:18 +0200 |
commit | 2caca24385a10df4f0af6000d498350cbb1e92b1 (patch) | |
tree | c5c2665f367e7bdb77c0f2ce368721b5c9555d6e /include/sound_chatot.h | |
parent | a46463e4c6ca40cfc96dd47a7a28c11275a22ea6 (diff) |
rename to sound_chatot.c
Diffstat (limited to 'include/sound_chatot.h')
-rw-r--r-- | include/sound_chatot.h | 19 |
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..fd7184cf --- /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(); +BOOL FUN_02005D20(struct SaveChatotSoundClip *param0); +u32 FUN_02005D48(struct SaveChatotSoundClip *param0, u32 param1, s32 param2, s32 param3); +void FUN_02005DFC(); +u32 FUN_02005E28(); +void FUN_02005E64(); +void FUN_02005E6C(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); +u32 FUN_02005F14(s32 param0); + +#endif // POKEDIAMOND_UNK_02005CFC_H |