diff options
author | Rémi Calixte <remicalixte.rmc@gmail.com> | 2021-08-04 21:14:26 +0200 |
---|---|---|
committer | Rémi Calixte <remicalixte.rmc@gmail.com> | 2021-08-04 21:14:26 +0200 |
commit | e7a61a19cda2047c8f47ed52cd5253e94f2379ca (patch) | |
tree | 367b0f2a5caba776ff3d50c9274e4ba87f917670 /include/sound_chatot.h | |
parent | ba188fa057ec7ddf2737e40d7cf7510f6ca73562 (diff) |
use BOOL
Diffstat (limited to 'include/sound_chatot.h')
-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 ac547354..fbbba0c6 100644 --- a/include/sound_chatot.h +++ b/include/sound_chatot.h @@ -14,6 +14,6 @@ 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); -u32 FUN_02005F14(s32 param0); +BOOL FUN_02005F14(s32 param0); #endif // POKEDIAMOND_UNK_02005CFC_H |