diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-05-06 10:49:10 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-05-06 10:49:10 -0400 |
commit | e9e87a0fe47406b5d2881b9360886842b8731c97 (patch) | |
tree | 4007bb25d799df054f5cd7bd5cb80b49f0667722 /include/pokemon.h | |
parent | 5f49353de4df86401ec0c7844f08ec1db9587484 (diff) |
egg_hatch as part of daycare
Diffstat (limited to 'include/pokemon.h')
-rw-r--r-- | include/pokemon.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/pokemon.h b/include/pokemon.h index bf2326ff8..a6dd9931b 100644 --- a/include/pokemon.h +++ b/include/pokemon.h @@ -633,6 +633,7 @@ void SetWildMonHeldItem(void); u16 GetMonEVCount(struct Pokemon *); const struct CompressedSpritePalette *sub_806E794(struct Pokemon *mon); +const struct CompressedSpritePalette *GetMonSpritePalStruct(struct Pokemon *mon); const struct CompressedSpritePalette *GetMonSpritePalStructFromOtIdPersonality(u16 species, u32 otId , u32 personality); bool32 IsHMMove2(u16 move); bool8 IsPokeSpriteNotFlipped(u16 species); @@ -675,6 +676,6 @@ void BattleAnimateBackSprite(struct Sprite* sprite, u16 species); void PlayMapChosenOrBattleBGM(u16 songId); u8 GetMonsStateToDoubles(void); void sub_803E0A4(struct Pokemon *mon, struct BattleTowerPokemon *src); -void sub_803F7D4(u16 trainerSpriteId, u8 battlerPosition); +void SetMultiuseSpriteTemplateToPokemon(u16 trainerSpriteId, u8 battlerPosition); #endif // GUARD_POKEMON_H |