summaryrefslogtreecommitdiff
path: root/include/pokemon.h
diff options
context:
space:
mode:
authorDizzyEggg <jajkodizzy@wp.pl>2019-07-25 18:56:08 +0200
committerDizzyEggg <jajkodizzy@wp.pl>2019-07-25 18:56:08 +0200
commitfd07c608fc1c08294914c22833aeba2f077e6cf0 (patch)
tree0560218b31fff5d63bc8d33e4b398725bffd93df /include/pokemon.h
parent2bd5833833fbd9a10fb14adc586eca3114248e20 (diff)
Decompile pokemon unk 6
Diffstat (limited to 'include/pokemon.h')
-rw-r--r--include/pokemon.h2
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);