summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2020-06-13 18:23:31 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2020-06-13 18:23:31 -0400
commita17f767a50a874e3d0ebb6b38a8b5c4a81062bd5 (patch)
treed43ce5bf6399abf02f3313c719fb8245bf1c8878 /include
parent1539bc21bce1ad6c80bd7ead5a9658ea6f2182e3 (diff)
through FUN_02068C00
Diffstat (limited to 'include')
-rw-r--r--include/pokemon.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/include/pokemon.h b/include/pokemon.h
index 6d2c8cf7..7c358370 100644
--- a/include/pokemon.h
+++ b/include/pokemon.h
@@ -467,6 +467,17 @@ struct Pokemon {
/* 0x088 */ struct PartyPokemon party;
}; // size: 0xEC
+struct SomeDrawPokemonStruct
+{
+ u16 unk0;
+ u16 unk2;
+ u16 unk4;
+ u16 unk6;
+ u8 unk8;
+ u8 filler_9[3];
+ u32 unkC;
+};
+
void ZeroMonData(struct Pokemon * pokemon);
void ZeroBoxMonData(struct BoxPokemon * boxmon);
u32 SizeOfStructPokemon(void);
@@ -517,5 +528,7 @@ u8 GetBoxMonGender(struct BoxPokemon * boxmon);
u8 GetGenderBySpeciesAndPersonality(u16 species, u32 pid);
u8 MonIsShiny(struct Pokemon * pokemon);
u32 GenerateShinyPersonality(u32 otid);
+void FUN_02068B70(struct SomeDrawPokemonStruct * spC, struct BoxPokemon * boxmon, u8 sp10);
+void FUN_02068C00(struct SomeDrawPokemonStruct * spC, int species, u8 gender, u8 sp10, u8 shiny, u8 forme, u32 personality);
#endif //POKEDIAMOND_POKEMON_H