diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-03-05 14:03:23 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-03-05 14:03:23 -0500 |
commit | 7f81fdc8df5247c926228b784f6878dc3edac051 (patch) | |
tree | 6dfc37449817b81b43bf30c33f68a9bce99733be /include | |
parent | b56c2b75b4be20c37e0863a10a3e21c58976f8e2 (diff) |
Port dodrio_berry_picking_3 from emerald
Diffstat (limited to 'include')
-rw-r--r-- | include/dodrio_berry_picking.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/dodrio_berry_picking.h b/include/dodrio_berry_picking.h index caef41073..2e6720ab9 100644 --- a/include/dodrio_berry_picking.h +++ b/include/dodrio_berry_picking.h @@ -52,11 +52,11 @@ void StartDodrioBerryPicking(u16 species, MainCallback callback); u32 sub_815A950(u32 unused, struct DodrioSubstruct_31A0 *arg0, struct DodrioSubstruct_31A0_2C *arg1, struct DodrioSubstruct_31A0_2C *arg2, struct DodrioSubstruct_31A0_2C *arg3, struct DodrioSubstruct_31A0_2C *arg4, struct DodrioSubstruct_31A0_2C *arg5, u8 *arg6, u32 *arg7, u32 *arg8); u32 sub_815AB04(u32 arg0, u8 *arg1); -bool32 sub_815AB60(u8 a0); +bool32 sub_815AB60(u32 a0); void sub_815A61C(struct DodrioSubstruct_31A0 *arg0, struct DodrioSubstruct_31A0_2C *arg1, struct DodrioSubstruct_31A0_2C *arg2, struct DodrioSubstruct_31A0_2C *arg3, struct DodrioSubstruct_31A0_2C *arg4, struct DodrioSubstruct_31A0_2C *arg5, u8 arg6, u32 arg7, u32 arg8); -void sub_815A5BC(u8 a0); +void sub_815A5BC(s32 a0); void sub_815AAD8(u8 a0); -void sub_815AB3C(u8 a0); +void sub_815AB3C(u32 a0); u8 sub_815A5E8(s32 a0); u32 IncrementWithLimit(u32, u32); void sub_8153A9C(void); |