diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-04-11 08:46:30 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-04-11 08:46:30 -0400 |
commit | 6eb7cc6cfae14b93feee880b23e903c336c58dcd (patch) | |
tree | 280b4749a29258f1590158aa5eea913fe4049f6c /include/pokemon.h | |
parent | 35892e6b5381190269a61f3a87743086a6a44c12 (diff) |
through CreateNidoranFSprite
Diffstat (limited to 'include/pokemon.h')
-rw-r--r-- | include/pokemon.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/pokemon.h b/include/pokemon.h index f1f04c9eb..c08f37b5f 100644 --- a/include/pokemon.h +++ b/include/pokemon.h @@ -673,5 +673,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); #endif // GUARD_POKEMON_H |