summaryrefslogtreecommitdiff
path: root/include/math_util.h
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@users.noreply.github.com>2020-03-03 15:55:58 -0500
committerGitHub <noreply@github.com>2020-03-03 15:55:58 -0500
commit0e468b49bba6471ea9384ba49dbc8fb5e90f934b (patch)
tree4a30c1d98c6364514e3ece3f1f278b4d1c5617bc /include/math_util.h
parentdd22d97814bc152d356e076a8d0f19b0d3dd9230 (diff)
parentc2f85a5326dceb0b17618cae9947491667e9e7e7 (diff)
Merge pull request #284 from PikalaxALT/berry_crush
Berry crush
Diffstat (limited to 'include/math_util.h')
-rw-r--r--include/math_util.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/math_util.h b/include/math_util.h
index 473be5d45..71e87dad1 100644
--- a/include/math_util.h
+++ b/include/math_util.h
@@ -3,5 +3,9 @@
s16 sub_80D8B90(s16 y);
s16 sub_80D8AA0(s16 x, s16 y);
+s32 sub_80D8B68(s32 x, s32 y);
+s32 sub_80D8AE0(s32 x, s32 y);
+s16 sub_80D8B40(u8 s, s16 x, s16 y);
+s16 sub_80D8ABC(u8 s, s16 x, s16 y);
#endif //GUARD_MATH_UTIL_H