diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2017-10-31 13:57:29 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-31 13:57:29 -0500 |
commit | 63210c07897e86953bf093397eee5a33e95b8c91 (patch) | |
tree | c5d4f93c251472daa4cded616da3141448a37e6b /include/pokemon.h | |
parent | 4cb8528d94216f69c4a37d470c1d5f3487a87239 (diff) | |
parent | 6cb1c4fd6e7c52e528f36e3511ac4b4db4dbb2ee (diff) |
Merge pull request #96 from DizzyEggg/decompile_evo_scene_graphics
Decompile Evolution graphics/scene
Diffstat (limited to 'include/pokemon.h')
-rw-r--r-- | include/pokemon.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pokemon.h b/include/pokemon.h index df895e7a8..0c7d6ac40 100644 --- a/include/pokemon.h +++ b/include/pokemon.h @@ -620,7 +620,7 @@ void SetWildMonHeldItem(void); u16 GetMonEVCount(struct Pokemon *); const struct CompressedSpritePalette *sub_806E794(struct Pokemon *mon); -const struct CompressedSpritePalette *sub_806E7CC(u16 species, u32 otId , u32 personality); +const struct CompressedSpritePalette *GetMonSpritePalStructFromOtIdPersonality(u16 species, u32 otId , u32 personality); bool32 IsHMMove2(u16 move); bool8 IsPokeSpriteNotFlipped(u16 species); bool8 IsMonShiny(struct Pokemon *mon); |