diff options
author | garak <garakmon@gmail.com> | 2019-07-29 13:06:45 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-29 13:06:45 -0400 |
commit | 5b57c001f5fe653542b6289540e3b6c6b67a8cfe (patch) | |
tree | 26a9ba631960bc56d01daca1777164801d4e0075 /include/pokemon.h | |
parent | 54c635683c1d2573885987acc4e99728f38e5131 (diff) | |
parent | 136da953d6888562e76b0694a98988888adcd6d8 (diff) |
Merge branch 'master' into navdata
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 090a21f18..07bcff2e3 100644 --- a/include/pokemon.h +++ b/include/pokemon.h @@ -563,7 +563,7 @@ void PlayBattleBGM(void); void PlayMapChosenOrBattleBGM(u16 songId); void sub_806E694(u16 songId); const u32 *GetMonFrontSpritePal(struct Pokemon *mon); -const u32 *GetFrontSpritePalFromSpeciesAndPersonality(u16 species, u32 otId, u32 personality); +const u32 *GetMonSpritePalFromSpeciesAndPersonality(u16 species, u32 otId, u32 personality); const struct CompressedSpritePalette *GetMonSpritePalStruct(struct Pokemon *mon); const struct CompressedSpritePalette *GetMonSpritePalStructFromOtIdPersonality(u16 species, u32 otId , u32 personality); bool32 IsHMMove2(u16 move); |