diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2017-05-25 21:19:46 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2017-05-25 21:19:46 -0400 |
commit | a349844cf1dd164cb309438b53deff4cf1fc8b0a (patch) | |
tree | 85427a2e9e52f2e05a036e191f259bb07fc99f6a /include/trainer_see.h | |
parent | ad0aac31f1d19717ff71c9eab6a404ef546e146f (diff) |
Another set of fns
Diffstat (limited to 'include/trainer_see.h')
-rwxr-xr-x[-rw-r--r--] | include/trainer_see.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/trainer_see.h b/include/trainer_see.h index 0113143b6..b80a41641 100644..100755 --- a/include/trainer_see.h +++ b/include/trainer_see.h @@ -28,7 +28,7 @@ s8 sub_80845FC(u8 taskId, struct Task *task, struct MapObject *trainerObj); s8 sub_8084654(u8 taskId, struct Task *task, struct MapObject *trainerObj); s8 sub_80846C8(u8 taskId, struct Task *task, struct MapObject *trainerObj); void sub_80846E4(u8 taskId); -void sub_8084794(u32 var); +void sub_8084794(struct MapObject *var); void sub_80847C8(void); void sub_80847D8(u8); void sub_8084894(struct Sprite *sprite, u16 a2, u8 a3); |