From 2caca24385a10df4f0af6000d498350cbb1e92b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Calixte?= Date: Tue, 27 Jul 2021 21:43:18 +0200 Subject: rename to sound_chatot.c --- include/pokemon.h | 3 ++- include/sound_chatot.h | 19 +++++++++++++++++++ include/unk_02005CFC.h | 19 ------------------- 3 files changed, 21 insertions(+), 20 deletions(-) create mode 100644 include/sound_chatot.h delete mode 100644 include/unk_02005CFC.h (limited to 'include') diff --git a/include/pokemon.h b/include/pokemon.h index ec3ac77a..60fa1838 100644 --- a/include/pokemon.h +++ b/include/pokemon.h @@ -10,6 +10,7 @@ #include "constants/pokemon.h" #include "string16.h" #include "player_data.h" +#include "sound_chatot.h" struct BaseStats { /* 0x00 */ u8 hp; @@ -294,7 +295,7 @@ void Party_SpreadPokerus(struct PlayerParty * party); BOOL Pokemon_HasPokerus(struct Pokemon * pokemon); BOOL Pokemon_IsImmuneToPokerus(struct Pokemon * pokemon); void Pokemon_UpdateArceusForme(struct Pokemon * pokemon); -void FUN_02069FB0(u32 r7, u32 r5, u16 r4, u32 r6, u32 sp18, u32 sp1C, u32 sp20); +void FUN_02069FB0(struct SaveChatotSoundClip *r7, u32 r5, u16 r4, s32 r6, s32 sp18, u32 sp1C, u32 sp20); void FUN_0206A014(struct Pokemon * pokemon, struct PlayerData * a1, u32 pokeball, u32 a3, u32 encounterType, u32 heap_id); void FUN_0206A094(struct Pokemon * pokemon, u32 a1, u32 a2); BOOL FUN_0206A13C(struct Pokemon * pokemon, u32 a1); 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 diff --git a/include/unk_02005CFC.h b/include/unk_02005CFC.h deleted file mode 100644 index 7b5f73e2..00000000 --- a/include/unk_02005CFC.h +++ /dev/null @@ -1,19 +0,0 @@ -#ifndef POKEDIAMOND_UNK_02005CFC_H -#define POKEDIAMOND_UNK_02005CFC_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 -- cgit v1.2.3