diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2021-08-05 15:42:00 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-05 15:42:00 -0400 |
commit | 7ef47d78e4df35da975471c4fd0499e3ca8a1080 (patch) | |
tree | 74a42c95502bc5ddc15a753aaeb9fbf6b06edf83 /include/pokemon.h | |
parent | f00cb7ad08e2b2770e3c4ba8a749a7a9e113b616 (diff) | |
parent | 1da53f50293e9856ed7c5b8d6ae66d8ecce85ecc (diff) |
Merge pull request #440 from remicalixte/unk_02005CFC
decompile unk_02005CFC.s into sound_chatot.c
Diffstat (limited to 'include/pokemon.h')
-rw-r--r-- | include/pokemon.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/pokemon.h b/include/pokemon.h index d107bf85..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, u32 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); |