summaryrefslogtreecommitdiff
path: root/include/math_util.h
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2020-03-02 21:36:30 -0500
committerPikalaxALT <PikalaxALT@gmail.com>2020-03-02 21:36:30 -0500
commit8594e7f72d070ce10fcc41a8c2dfe32420e7c560 (patch)
treed88950f47992d61de0f560abb1e2ecede2830655 /include/math_util.h
parentf77b0feba6f1152216eba3b2c1edf63ba76c5a80 (diff)
Port berry_crush_2 from emerald
Diffstat (limited to 'include/math_util.h')
-rw-r--r--include/math_util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/math_util.h b/include/math_util.h
index 7a81ee7e3..946ecd949 100644
--- a/include/math_util.h
+++ b/include/math_util.h
@@ -4,5 +4,6 @@
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);
#endif //GUARD_MATH_UTIL_H