summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2020-03-04 13:56:54 -0500
committerPikalaxALT <pikalaxalt@gmail.com>2020-03-04 13:56:54 -0500
commit171e4bbea427e66c5a30d01d4306dbcdf165e81c (patch)
tree56e7d65a25a109eee28261485cb44893bb8f3b28 /include
parent8dcae92a5fba55497bf69d7d263cbabb2f9537ea (diff)
through sub_815184C
Diffstat (limited to 'include')
-rw-r--r--include/dodrio_berry_picking.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/include/dodrio_berry_picking.h b/include/dodrio_berry_picking.h
index 47cece996..5304ae6ee 100644
--- a/include/dodrio_berry_picking.h
+++ b/include/dodrio_berry_picking.h
@@ -1,6 +1,31 @@
#ifndef GUARD_DODRIO_BERRY_PICKING_H
#define GUARD_DODRIO_BERRY_PICKING_H
+struct DodrioSubstruct_31A0_14
+{
+ u8 unk0[11];
+ u8 unkB[11];
+};
+
+struct DodrioSubstruct_31A0_2C
+{
+ u8 unk0;
+ u8 ALIGNED(4) unk4;
+ u8 ALIGNED(4) unk8;
+};
+
+struct DodrioSubstruct_31A0
+{
+ u8 name[0x10];
+ u32 unk10;
+ struct DodrioSubstruct_31A0_14 unk14;
+ struct DodrioSubstruct_31A0_2C unk2C;
+ u8 filler_35[4];
+}; // size = 0x3C
+
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);
+
#endif //GUARD_DODRIO_BERRY_PICKING_H