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_3.h | |
parent | 35892e6b5381190269a61f3a87743086a6a44c12 (diff) |
through CreateNidoranFSprite
Diffstat (limited to 'include/pokemon_3.h')
-rw-r--r-- | include/pokemon_3.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/pokemon_3.h b/include/pokemon_3.h index d18be1403..f6226f40d 100644 --- a/include/pokemon_3.h +++ b/include/pokemon_3.h @@ -7,5 +7,6 @@ const u8* GetTrainerClassNameFromId(u16 trainerId); const u8* GetTrainerNameFromId(u16 trainerId); void sub_8044AF0(u8, u8); void sub_8044D80(void); +void * sub_8044E00(u8 buffId); #endif // GUARD_POKEMON_3_H |