diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/pokemon.h | 2 | ||||
-rw-r--r-- | include/pokenav.h | 9 |
2 files changed, 5 insertions, 6 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); diff --git a/include/pokenav.h b/include/pokenav.h index 42591ab10..b6d3fff86 100644 --- a/include/pokenav.h +++ b/include/pokenav.h @@ -187,18 +187,17 @@ void sub_81CC670(void); // pokenav_unk_6.c bool32 sub_81CD3C4(void); bool32 sub_81CDD5C(void); -s8 sub_81CDC84(void); struct UnknownStruct_81D1ED4 *sub_81CDC70(void); u16 sub_81CDC60(void); u16 sub_81CDC50(void); u8 sub_81CDDB0(void); bool32 sub_81CD548(u8 arg0); u8 sub_81CDD7C(void); -const u8 *sub_81CDD04(u8 id); -const u8 *sub_81CDD24(u8 id); +u8 *sub_81CDD04(u8 id); +u8 *sub_81CDD24(u8 id); u16 sub_81CDD48(void); -const void *sub_81CDCB4(u8 id); -const u16 *sub_81CDCD4(u8 id); +void *sub_81CDCB4(u8 id); +void *sub_81CDCD4(u8 id); // pokenav_unk_7.c u8 sub_81CEF14(void); |