@@ -838,7 +838,7 @@ void BoxPokemon_RestorePP(BoxPokemon *boxMon);
838838 * @param species Species to be loaded
839839 * @param clientType Client-type of who made the load request
840840 */
841- void PokeSprite_LoadAnimationFrames (NARC * narc , SpriteAnimationFrame * frames , u16 species , u16 clientType );
841+ void PokemonSprite_LoadAnimFrames (NARC * narc , SpriteAnimFrame * frames , u16 species , u16 clientType );
842842
843843/**
844844 * @brief Load the animation data for a given species and a client type.
@@ -851,7 +851,7 @@ void PokeSprite_LoadAnimationFrames(NARC *narc, SpriteAnimationFrame *frames, u1
851851 * @param reverse If TRUE, reverse the sprite + animation
852852 * @param frame Which frame of the animation to initialize
853853 */
854- void PokeSprite_LoadAnimation (NARC * narc , PokemonAnimationSys * animationSys , PokemonSprite * sprite , u16 species , int face , int reverse , int frame );
854+ void PokemonSprite_LoadAnim (NARC * narc , PokemonAnimationSys * animationSys , PokemonSprite * sprite , u16 species , int face , int reverse , int frame );
855855
856856/**
857857 * @brief Load the cry delay for a given species and a client type.
@@ -861,7 +861,7 @@ void PokeSprite_LoadAnimation(NARC *narc, PokemonAnimationSys *animationSys, Pok
861861 * @param species Species to be loaded
862862 * @param clientType Client-type of who made the load request
863863 */
864- void PokeSprite_LoadCryDelay (NARC * narc , u8 * cryDelay , u16 species , u16 clientType );
864+ void PokemonSprite_LoadCryDelay (NARC * narc , u8 * cryDelay , u16 species , u16 clientType );
865865
866866/**
867867 * @brief Load the vertical offset for a given species and a client type.
@@ -871,7 +871,7 @@ void PokeSprite_LoadCryDelay(NARC *narc, u8 *cryDelay, u16 species, u16 clientTy
871871 * @param species Species to be loaded
872872 * @param clientType Client-type of who made the load request
873873 */
874- void PokeSprite_LoadYOffset (NARC * narc , s8 * yOffset , u16 species );
874+ void PokemonSprite_LoadYOffset (NARC * narc , s8 * yOffset , u16 species );
875875
876876/**
877877 * @brief Load the shadow's horizontal offset for a given species and a client type.
@@ -881,7 +881,7 @@ void PokeSprite_LoadYOffset(NARC *narc, s8 *yOffset, u16 species);
881881 * @param species Species to be loaded
882882 * @param clientType Client-type of who made the load request
883883 */
884- void PokeSprite_LoadXOffsetShadow (NARC * narc , s8 * xOffsetShadow , u16 species );
884+ void PokemonSprite_LoadXOffsetShadow (NARC * narc , s8 * xOffsetShadow , u16 species );
885885
886886/**
887887 * @brief Load the shadow size for a given species and a client type.
@@ -891,7 +891,7 @@ void PokeSprite_LoadXOffsetShadow(NARC *narc, s8 *xOffsetShadow, u16 species);
891891 * @param species Species to be loaded
892892 * @param clientType Client-type of who made the load request
893893 */
894- void PokeSprite_LoadShadowSize (NARC * narc , u8 * shadowSize , u16 species );
894+ void PokemonSprite_LoadShadowSize (NARC * narc , u8 * shadowSize , u16 species );
895895BOOL Pokemon_SetBallSeal (int param0 , Pokemon * mon , int heapID );
896896void sub_02078B40 (Pokemon * mon , UnkStruct_02078B40 * param1 );
897897void sub_02078E0C (UnkStruct_02078B40 * param0 , Pokemon * mon );
0 commit comments