summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2020-06-13 19:35:11 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2020-06-13 19:35:11 -0400
commitb98a4f3b8a0a8665ace6cc8c1065992bb848b8ec (patch)
tree29e24f01031ebefee4b8a14a747da882501de008 /include
parenta17f767a50a874e3d0ebb6b38a8b5c4a81062bd5 (diff)
through FUN_02068E88
Diffstat (limited to 'include')
-rw-r--r--include/pokemon.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/pokemon.h b/include/pokemon.h
index 7c358370..d4df2bce 100644
--- a/include/pokemon.h
+++ b/include/pokemon.h
@@ -530,5 +530,8 @@ 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);
+u8 FUN_02068E14(struct Pokemon * pokemon, u32 a1);
+u8 FUN_02068E1C(struct BoxPokemon * boxmon, u32 a1);
+u8 FUN_02068E88(int species, u8 gender, u32 a2, u8 forme, u32 pid);
#endif //POKEDIAMOND_POKEMON_H