summaryrefslogtreecommitdiff
path: root/include/pokemon.h
diff options
context:
space:
mode:
authorMarcus Huderle <huderlem@gmail.com>2017-10-01 21:38:28 -0700
committerGitHub <noreply@github.com>2017-10-01 21:38:28 -0700
commit3776a9fb4f0531535b0b5879dab7b3b6bd231736 (patch)
tree8361facfccf7a68ff6b13c6a7b22771a4cf9d585 /include/pokemon.h
parent50dc4f429d4aa68e0365adc71d17e43a0dd7b843 (diff)
parent97d2b14422fae0c8bc30440d136e86778a122964 (diff)
Merge pull request #427 from PikalaxALT/trade
decompile trade.s
Diffstat (limited to 'include/pokemon.h')
-rw-r--r--include/pokemon.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/pokemon.h b/include/pokemon.h
index 67f56eb53..76728a5ee 100644
--- a/include/pokemon.h
+++ b/include/pokemon.h
@@ -601,6 +601,9 @@ u8 *sub_8040D08();
bool32 sub_8040D3C(u16 species, u8 *name, u8 language);
s8 sub_8040A54(struct Pokemon *, u8);
u16 GetMonEVCount(struct Pokemon *);
+u16 GetEvolutionTargetSpecies(struct Pokemon *, u8, u16);
+const struct CompressedSpritePalette *GetMonSpritePalStruct(struct Pokemon *);
+bool8 IsPokeSpriteNotFlipped(u16);
u8 GetLevelUpMovesBySpecies(u16, u16 *);
u8 TryIncrementMonLevel(struct Pokemon *);