diff options
author | camthesaxman <cameronghall@cox.net> | 2017-08-25 22:13:55 -0500 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2017-08-25 22:13:55 -0500 |
commit | b40b8dd1bbeb196231ca24a16553bd75490edce5 (patch) | |
tree | 49e1fd92499e77a2d74af6885c1c7ec4a83a2cdb /include/field_effect.h | |
parent | 406ced34a1db5a700a542eb2b7a629b0e31c992d (diff) | |
parent | 4df36cd814d6bf045d56bc4c30b611838333b705 (diff) |
Merge branch 'master' of https://github.com/pret/pokeruby
Diffstat (limited to 'include/field_effect.h')
-rw-r--r-- | include/field_effect.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/field_effect.h b/include/field_effect.h index ea02c4131..f43b15afb 100644 --- a/include/field_effect.h +++ b/include/field_effect.h @@ -244,7 +244,7 @@ void sub_808948C(struct Task *); void sub_80894C4(struct Task *); void fishE(struct Task *); -u8 CreateTrainerSprite_BirchSpeech(u8 gender, s16 x, s16 y, u8 subpriority, u8 *buffer); +u8 CreateTrainerSprite(u8 trainerSpriteID, s16 x, s16 y, u8 subpriority, u8 *buffer); void LoadTrainerGfx_TrainerCard(u8 gender, u16 palOffset, u8 *dest); u8 CreateBirchSprite(s16 x, s16 y, u8 subpriority); u8 CreateMonSprite_PicBox(u16, s16, s16, u8); |